/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | GestureRecognizer.java | 40 void onUp(); in onUp() method 128 public void onUp(MotionEvent e) { in onUp() method in GestureRecognizer.MyDownUpListener 129 mListener.onUp(); in onUp()
|
H A D | DownUpDetector.java | 24 void onUp(MotionEvent e); in onUp() method 40 mListener.onUp(e); in setState()
|
H A D | SlotView.java | 42 public void onUp(boolean followedByLongPress); in onUp() method 50 @Override public void onUp(boolean followedByLongPress) {} in onUp() method in SlotView.SimpleListener 649 mListener.onUp(byLongPress); in cancelDown()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | MultiTapAndHold.java | 42 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiTapAndHold 43 super.onUp(event, rawEvent, policyFlags); in onUp()
|
H A D | MultiFingerMultiTapAndHold.java | 46 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiFingerMultiTapAndHold 51 super.onUp(event, rawEvent, policyFlags); in onUp()
|
H A D | GestureMatcher.java | 152 onUp(event, rawEvent, policyFlags); in onMotionEvent() 214 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onUp() method in GestureMatcher
|
H A D | MultiTap.java | 85 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiTap
|
H A D | SecondFingerMultiTap.java | 129 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in SecondFingerMultiTap
|
H A D | MultiFingerMultiTap.java | 120 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiFingerMultiTap
|
H A D | Swipe.java | 211 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in Swipe
|
H A D | MultiFingerSwipe.java | 318 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiFingerSwipe
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | RelativeTouchListener.kt | 72 abstract fun onUp( regex 138 onUp(v, ev, viewPositionOnTouchDown.x, viewPositionOnTouchDown.y, dx, dy,
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | FilmstripGestureRecognizer.java | 43 boolean onUp(float x, float y); in onUp() method 65 mListener.onUp(event.getX(), event.getY()); in onTouchEvent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchGesture.java | 39 public boolean onUp(PipTouchState touchState) { in onUp() method in PipTouchGesture
|
H A D | PipTouchHandler.java | 586 if (mGesture.onUp(mTouchState)) { in handleTouchEvent() 857 public boolean onUp(PipTouchState touchState) { in onUp() method
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | ManageCachePage.java | 153 private void onUp() { in onUp() method in ManageCachePage 303 public void onUp(boolean followedByLongPress) { in initializeViews() 304 ManageCachePage.this.onUp(); in initializeViews()
|
H A D | AlbumPage.java | 242 private void onUp(boolean followedByLongPress) { in onUp() method in AlbumPage 484 public void onUp(boolean followedByLongPress) { in initializeViews() 485 AlbumPage.this.onUp(followedByLongPress); in initializeViews()
|
H A D | AlbumSetPage.java | 291 private void onUp(boolean followedByLongPress) { in onUp() method in AlbumSetPage 503 public void onUp(boolean followedByLongPress) { in initializeViews() 504 AlbumSetPage.this.onUp(followedByLongPress); in initializeViews()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | SimpleSwipe.java | 64 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in SimpleSwipe
|
H A D | TwoFingersDownOrSwipe.java | 91 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in TwoFingersDownOrSwipe
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | FilmstripLayout.java | 453 public boolean onUp(float x, float y) { in onUp() method in FilmstripLayout.OpenFilmstripGesture 455 return mFilmstripGestureListener.onUp(x, y); in onUp()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiNativeInterfaceManagementTest.java | 568 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUp() 583 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpFollowedByDown() 603 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupSoftApInterfaceAndTriggerInterfaceUpFollowedByDown() 625 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpFollowedByLinkDownAndUp() 654 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupSoftApInterfaceAndTriggerInterfaceUpFollowedByLinkDownAndUp() 681 mInOrder.verify(mIfaceCallback0).onUp(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpTwice() 759 mInOrder.verify(mIfaceCallback1).onUp(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
|
H A D | ConcreteClientModeManagerTest.java | 272 mInterfaceCallbackCaptor.getValue().onUp(TEST_INTERFACE_NAME); in startClientInScanOnlyModeAndVerifyEnabled() 297 mInterfaceCallbackCaptor.getValue().onUp(TEST_INTERFACE_NAME); in startClientInConnectModeAndVerifyEnabled() 1431 mInterfaceCallbackCaptor.getValue().onUp(TEST_INTERFACE_NAME); in setRoleBeforeInvokingListener()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Gallery.java | 991 onUp(); in onTouchEvent() 1101 void onUp() { in onUp() method in Gallery 1114 onUp(); in onCancel()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiNative.java | 793 iface.externalListener.onUp(iface.name); in onInterfaceStateChanged() 1095 void onUp(String ifaceName); in onUp() method
|