Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DDismissAnimationHelper.java43 private static final float SWIPE_DISTANCE_WEIGHT_ON_ALPHA = 0.9F; field in DismissAnimationHelper
138 return SWIPE_DISTANCE_WEIGHT_ON_ALPHA * (1 - Math.min(Math.abs(translateX / width), 1)) in calculateAlphaValue()
139 + (1 - SWIPE_DISTANCE_WEIGHT_ON_ALPHA); in calculateAlphaValue()