/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelperTest.java | 227 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_noMenuRow() 239 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithoutMenu_dismiss() 255 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithoutMenu_snapback() 273 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithOpenMenu_dismissed() 290 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithOpenMenu_snapback() 308 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithClosedMenu_dismissed() 325 mSwipeHelper.handleUpEvent(mEvent, mView, 0, 0)); in testHandleUpEvent_menuRowWithClosedMenu_snapback()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneFallbackEventHandler.java | 212 dispatcher.handleUpEvent(event); in onKeyUp()
|
H A D | PhoneWindow.java | 2039 dispatcher.handleUpEvent(event); in onKeyUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 722 if (!handleUpEvent(ev, mTouchedView, velocity, getTranslation(mTouchedView))) { in onTouchEvent() 793 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() method in SwipeHelper
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelper.java | 190 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() method in NotificationSwipeHelper
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyEvent.java | 2950 state.handleUpEvent(this); in dispatch() 3050 public void handleUpEvent(KeyEvent event) { in handleUpEvent() method in KeyEvent.DispatcherState
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ListPopupWindow.java | 1088 state.handleUpEvent(event); in onKeyPreIme()
|
H A D | AutoCompleteTextView.java | 819 state.handleUpEvent(event); in onKeyPreIme()
|
H A D | TextView.java | 9290 state.handleUpEvent(event); in handleBackInTextActionModeIfNeeded()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16787 HSPLandroid/view/KeyEvent$DispatcherState;->handleUpEvent(Landroid/view/KeyEvent;)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16851 HSPLandroid/view/KeyEvent$DispatcherState;->handleUpEvent(Landroid/view/KeyEvent;)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 51107 method public void handleUpEvent(android.view.KeyEvent);
|