Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt836 val onlyUseEndState = !isCurrentlyInGuidedTransformation() || isCurrentlyFading() in applyState() constant
837 val startLocation = if (onlyUseEndState) -1 else previousLocation in applyState()
838 val progress = if (onlyUseEndState) 1.0f else getTransformationProgress() in applyState()