Home
last modified time | relevance | path

Searched defs:touchState (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchGesture.java27 public void onDown(PipTouchState touchState) {} in onDown()
32 public boolean onMove(PipTouchState touchState) { in onMove()
39 public boolean onUp(PipTouchState touchState) { in onUp()
DPipTouchHandler.java835 public boolean onMove(PipTouchState touchState) { in onMove()
874 public boolean onUp(PipTouchState touchState) { in onUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchGesture.java27 public void onDown(PipTouchState touchState) {} in onDown()
32 public boolean onMove(PipTouchState touchState) { in onMove()
39 public boolean onUp(PipTouchState touchState) { in onUp()
DPipTouchHandler.java855 public boolean onMove(PipTouchState touchState) { in onMove()
894 public boolean onUp(PipTouchState touchState) { in onUp()
/frameworks/native/libs/input/
DInputConsumer.cpp478 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
487 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
497 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
507 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
517 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
527 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
582 TouchState& touchState = mTouchStates[index]; in resampleTouchState() local
831 const TouchState& touchState = mTouchStates[i]; in findTouchState() local
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorTouchStateTest.java476 EditorTouchState touchState = new EditorTouchState(); in doTestDragDirection() local
508 private static void assertSingleTap(EditorTouchState touchState, float lastDownX, in assertSingleTap()
521 private static void assertDrag(EditorTouchState touchState, float lastDownX, in assertDrag()
535 private static void assertMultiTap(EditorTouchState touchState, in assertMultiTap()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp775 void filterUntrustedTargets(TouchState& touchState, std::vector<InputTarget>& targets) { in filterUntrustedTargets()
7602 android::inputdispatcher::TouchState&& touchState) { in saveTouchStateForMotionEntry()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2350 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()