Searched defs:handleUpEvent (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java274 return handleUpEvent(ev, view, velocity);
283 private boolean handleUpEvent(MotionEvent ev, View animView, float velocity) { method in class:NotificationMenuRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java630 if (!handleUpEvent(ev, mCurrView, velocity, getTranslation(mCurrView))) {
699 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, method in class:SwipeHelper
/frameworks/base/core/java/android/view/
H A DKeyEvent.java2713 state.handleUpEvent(this);
2813 public void handleUpEvent(KeyEvent event) { method in class:KeyEvent.DispatcherState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java4426 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, method in class:NotificationStackScrollLayout.NotificationSwipeHelper

Completed in 200 milliseconds