Searched refs:onShowPress (Results 1 – 12 of 12) sorted by relevance
85 void onShowPress(@NonNull MotionEvent e); in onShowPress() method218 public void onShowPress(@NonNull MotionEvent e) { in onShowPress() method in GestureDetector.SimpleOnGestureListener328 mListener.onShowPress(mCurrentDownEvent); in handleMessage()
8743 public void onShowPress(@NonNull MotionEvent e) {
486 public void onShowPress(MotionEvent e) {487 observe(listener -> listener.onShowPress(e));
553 override fun onShowPress(event: MotionEvent) {} in onShowPress() method in com.android.systemui.media.controls.ui.viewmodel.SeekBarViewModel.SeekBarTouchListener
413 environment.publishGestureEvent(onGestureListener -> onGestureListener.onShowPress(event)); in testInputGesturePropagation()414 verify(gestureListener).onShowPress(eq(event)); in testInputGesturePropagation()
1132 public void onShowPress(MotionEvent e) { in onShowPress() method in Gallery
341 public void onShowPress(MotionEvent e) { in onShowPress() method in PhotoView
3430 public void onShowPress(MotionEvent e) { in onShowPress() method in RecipientEditTextView
32168 method public abstract void onShowPress(android.view.MotionEvent);32180 method public void onShowPress(android.view.MotionEvent);37452 method public void onShowPress(android.view.MotionEvent);
50917 method public void onShowPress(@NonNull android.view.MotionEvent);50930 method public void onShowPress(@NonNull android.view.MotionEvent);59317 method @Deprecated public void onShowPress(android.view.MotionEvent);
16141 HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onShowPress(Landroid/view/MotionEvent;)V
16205 HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onShowPress(Landroid/view/MotionEvent;)V