Home
last modified time | relevance | path

Searched defs:touchState (Results 1 – 6 of 6) 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.java814 public boolean onMove(PipTouchState touchState) { in onMove()
853 public boolean onUp(PipTouchState touchState) { in onUp()
/frameworks/native/libs/input/
DInputTransport.cpp1083 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1092 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1102 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1112 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1122 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1132 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1188 TouchState& touchState = mTouchStates[index]; in resampleTouchState() local
1423 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.cpp700 void filterUntrustedTargets(TouchState& touchState, std::vector<InputTarget>& targets) { in filterUntrustedTargets()
2209 bool InputDispatcher::shouldSplitTouch(const TouchState& touchState, in shouldSplitTouch()
4400 const TouchState& touchState = touchStateIt->second; in notifyMotion() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1974 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()