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.java844 public boolean onMove(PipTouchState touchState) { in onMove()
883 public boolean onUp(PipTouchState touchState) { in onUp()
/frameworks/native/libs/input/
DInputConsumer.cpp477 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
486 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
496 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
506 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
516 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
526 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
581 TouchState& touchState = mTouchStates[index]; in resampleTouchState() local
830 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.cpp766 void filterUntrustedTargets(TouchState& touchState, std::vector<InputTarget>& targets) { in filterUntrustedTargets()
791 bool shouldSplitTouch(const TouchState& touchState, const MotionEntry& entry) { in shouldSplitTouch()
1226 const TouchState& touchState = touchStateIt->second; in dispatchOnceInnerLocked() local
4617 const TouchState& touchState = touchStateIt->second; in notifyMotion() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2220 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()