HomeSort by relevance Sort by last modified time
    Searched defs:isFalseGesture (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationSwipeActionHelper.java 53 public boolean isFalseGesture(MotionEvent ev);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 677 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough())
681 public boolean isFalseGesture(MotionEvent ev) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 204 milliseconds