Home
last modified time | relevance | path

Searched defs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java55 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java340 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper
346 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java682 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper