Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java78 private static final float HORIZONTAL_ANIMATION_START = 1.0f; field in ActivatableNotificationView
847 float widthFraction = (inverseFraction - (1.0f - HORIZONTAL_ANIMATION_START)) in updateAppearRect()
848 / (HORIZONTAL_ANIMATION_START - HORIZONTAL_ANIMATION_END); in updateAppearRect()