Home
last modified time | relevance | path

Searched refs:SWIPED_FAR_ENOUGH_SIZE_FRACTION (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java22 import static com.android.systemui.SwipeHelper.SWIPED_FAR_ENOUGH_SIZE_FRACTION;
747 return getParent().getWidth() * SWIPED_FAR_ENOUGH_SIZE_FRACTION; in getDismissThreshold()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java67 public static final float SWIPED_FAR_ENOUGH_SIZE_FRACTION = 0.6f; field in SwipeHelper
726 && Math.abs(translation) > SWIPED_FAR_ENOUGH_SIZE_FRACTION * getSize( in swipedFarEnough()