Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaHierarchyManager.kt568 if (!willFade || isCurrentlyInGuidedTransformation() || !animate) {
590 if (isCurrentlyInGuidedTransformation()) {
660 if (isCurrentlyInGuidedTransformation()) {
726 if (isCurrentlyInGuidedTransformation() && !isCurrentlyFading()) {
769 private fun isCurrentlyInGuidedTransformation(): Boolean { regex
842 val onlyUseEndState = !isCurrentlyInGuidedTransformation() || isCurrentlyFading()
928 return isCurrentlyInGuidedTransformation() && getTransformationProgress() != 1.0f ||