Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt27 private const val GONE_FADE_FRACTION = 0.8f constant
193 GONE_FADE_FRACTION, in getInterpolatedState()
199 nowGone = progress < GONE_FADE_FRACTION in getInterpolatedState()
246 1.0f - GONE_FADE_FRACTION, in getInterpolatedState()
251 nowGone = progress > 1.0f - GONE_FADE_FRACTION in getInterpolatedState()