Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A 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()
H A DPipTouchHandler.java814 public boolean onMove(PipTouchState touchState) { in onMove()
853 public boolean onUp(PipTouchState touchState) { in onUp()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A 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()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1974 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()