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.java856 public boolean onMove(PipTouchState touchState) { in onMove()
895 public boolean onUp(PipTouchState touchState) { in onUp()
/frameworks/native/libs/input/
DInputTransport.cpp990 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
999 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1009 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1019 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1029 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1039 TouchState& touchState = mTouchStates[index]; in updateTouchState() local
1098 TouchState& touchState = mTouchStates[index]; in resampleTouchState() local
1348 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/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1749 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1063 int32_t y, TouchState* touchState, in findTouchedWindowAtLocked()