Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java851 float startWidthFraction = HORIZONTAL_COLLAPSED_REST_PARTIAL; in updateAppearRect() local
853 startWidthFraction = 0; in updateAppearRect()
855 float width = MathUtils.lerp(startWidthFraction, 1.0f, 1.0f - widthFraction) in updateAppearRect()