Home
last modified time | relevance | path

Searched refs:onUp (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java40 void onUp(); in onUp() method
128 public void onUp(MotionEvent e) { in onUp() method in GestureRecognizer.MyDownUpListener
129 mListener.onUp(); in onUp()
H A DDownUpDetector.java24 void onUp(MotionEvent e); in onUp() method
40 mListener.onUp(e); in setState()
H A DSlotView.java42 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 DMultiTapAndHold.java42 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiTapAndHold
43 super.onUp(event, rawEvent, policyFlags); in onUp()
H A DMultiFingerMultiTapAndHold.java46 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiFingerMultiTapAndHold
51 super.onUp(event, rawEvent, policyFlags); in onUp()
H A DGestureMatcher.java152 onUp(event, rawEvent, policyFlags); in onMotionEvent()
214 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onUp() method in GestureMatcher
H A DMultiTap.java85 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiTap
H A DSecondFingerMultiTap.java129 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in SecondFingerMultiTap
H A DMultiFingerMultiTap.java120 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in MultiFingerMultiTap
H A DSwipe.java211 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in Swipe
H A DMultiFingerSwipe.java318 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 DRelativeTouchListener.kt72 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 DFilmstripGestureRecognizer.java43 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 DPipTouchGesture.java39 public boolean onUp(PipTouchState touchState) { in onUp() method in PipTouchGesture
H A DPipTouchHandler.java586 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 DManageCachePage.java153 private void onUp() { in onUp() method in ManageCachePage
303 public void onUp(boolean followedByLongPress) { in initializeViews()
304 ManageCachePage.this.onUp(); in initializeViews()
H A DAlbumPage.java242 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 DAlbumSetPage.java291 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 DSimpleSwipe.java64 protected void onUp(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onUp() method in SimpleSwipe
H A DTwoFingersDownOrSwipe.java91 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 DFilmstripLayout.java453 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 DWifiNativeInterfaceManagementTest.java568 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 DConcreteClientModeManagerTest.java272 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 DGallery.java991 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 DWifiNative.java793 iface.externalListener.onUp(iface.name); in onInterfaceStateChanged()
1095 void onUp(String ifaceName); in onUp() method

12