Home
last modified time | relevance | path

Searched refs:onTouchDown (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleDragController.java188 protected boolean onTouchDown(@NonNull View view, @NonNull MotionEvent event) { in setupBubbleBarView()
190 return super.onTouchDown(view, event); in setupBubbleBarView()
344 return onTouchDown(view, event); in onTouch()
366 protected boolean onTouchDown(@NonNull View view, @NonNull MotionEvent event) { in onTouchDown() method in BubbleDragController.BubbleTouchListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java451 onTouchDown(v); in onTouch()
469 private void onTouchDown(final View v) { in onTouchDown() method in EmojiPalettesView.DeleteKeyOnTouchListener