Searched defs:touchState (Results 1 – 4 of 4) sorted by relevance
27 public void onDown(PipTouchState touchState) {} in onDown()32 public boolean onMove(PipTouchState touchState) { in onMove()39 public boolean onUp(PipTouchState touchState) { in onUp()
814 public boolean onMove(PipTouchState touchState) { in onMove()853 public boolean onUp(PipTouchState touchState) { in onUp()
476 EditorTouchState touchState = new EditorTouchState(); in doTestDragDirection() local508 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()
1974 private boolean scheduleNotifyTouchState(int displayId, int touchState) { in scheduleNotifyTouchState()