Home
last modified time | relevance | path

Searched refs:OnTouchMove (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dplatform_ui_element.cc58 void PlatformUiElement::OnTouchMove(const gfx::PointF& position, in OnTouchMove() function in vr::PlatformUiElement
61 delegate_->OnTouchMove(position, timestamp); in OnTouchMove()
H A Dtext_input_unittest.cc325 element->OnTouchMove(gfx::PointF(0.5, 0.5), base::TimeTicks()); in TEST()
331 element->OnTouchMove(gfx::PointF(1.0, 0.5), base::TimeTicks()); in TEST()
337 element->OnTouchMove(gfx::PointF(2.0, 0.5), base::TimeTicks()); in TEST()
H A Dplatform_ui_element.h34 void OnTouchMove(const gfx::PointF& position,
H A Dtext_input.h39 void OnTouchMove(const gfx::PointF& position,
H A Dtext_input.cc86 void TextInput::OnTouchMove(const gfx::PointF& position, in OnTouchMove() function in vr::TextInput
H A Dui_element.h160 virtual void OnTouchMove(const gfx::PointF& position,
H A Dui_element.cc217 void UiElement::OnTouchMove(const gfx::PointF& position, in OnTouchMove() function in vr::UiElement
225 parent()->OnTouchMove(position, timestamp); in OnTouchMove()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/touch/generic/
H A DGenericTouchSwipeDetector.cpp85 bool CGenericTouchSwipeDetector::OnTouchMove(unsigned int index, const Pointer& pointer) in OnTouchMove() function in CGenericTouchSwipeDetector
175 return OnTouchMove(index, pointer); in OnTouchUpdate()
H A DGenericTouchPinchDetector.h31 bool OnTouchMove(unsigned int index, const Pointer& pointer) override;
H A DGenericTouchRotateDetector.h28 bool OnTouchMove(unsigned int index, const Pointer& pointer) override;
H A DGenericTouchSwipeDetector.h28 bool OnTouchMove(unsigned int index, const Pointer& pointer) override;
H A DIGenericTouchGestureDetector.h66 virtual bool OnTouchMove(unsigned int index, const Pointer& pointer) { return false; } in OnTouchMove() function
H A DGenericTouchPinchDetector.cpp47 bool CGenericTouchPinchDetector::OnTouchMove(unsigned int index, const Pointer& pointer) in OnTouchMove() function in CGenericTouchPinchDetector
H A DGenericTouchRotateDetector.cpp59 bool CGenericTouchRotateDetector::OnTouchMove(unsigned int index, const Pointer& pointer) in OnTouchMove() function in CGenericTouchRotateDetector
H A DGenericTouchInputHandler.cpp381 detector->OnTouchMove(pointer, m_pointers[pointer]); in triggerDetectors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dui_input_manager_unittest.cc58 MOCK_METHOD2(OnTouchMove,
300 EXPECT_CALL(*p_element, OnTouchMove(_, _)); in TEST_F()
328 EXPECT_CALL(*p_element, OnTouchMove(_, _)); in TEST_F()
350 EXPECT_CALL(*p_front_element, OnTouchMove(_, _)); in TEST_F()
353 EXPECT_CALL(*p_front_element, OnTouchMove(_, _)); in TEST_F()
H A Dplatform_ui_input_delegate.h54 VIRTUAL_FOR_MOCKS void OnTouchMove(const gfx::PointF& normalized_hit_point,
H A Dplatform_ui_input_delegate_unittest.cc68 delegate.OnTouchMove({0.2f, 0.1f}, base::TimeTicks()); in TEST()
H A Dplatform_ui_input_delegate.cc64 void PlatformUiInputDelegate::OnTouchMove( in OnTouchMove() function in vr::PlatformUiInputDelegate
H A Dui_input_manager.cc289 element->OnTouchMove(target_point, timestamp); in SendTouchMove()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/src/
H A DAsyncPanZoomController.h417 nsEventStatus OnTouchMove(const MultiTouchInput& aEvent);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DAsyncPanZoomController.h509 nsEventStatus OnTouchMove(const MultiTouchInput& aEvent);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DAsyncPanZoomController.h558 nsEventStatus OnTouchMove(const MultiTouchInput& aEvent);
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DAsyncPanZoomController.h598 nsEventStatus OnTouchMove(const MultiTouchInput& aEvent);
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DAsyncPanZoomController.h596 nsEventStatus OnTouchMove(const MultiTouchInput& aEvent);

12