Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManager.kt323 if (!isCurrentlyInGuidedTransformation()) {
668 if (!willFade || isCurrentlyInGuidedTransformation() || !animate) {
696 if (isCurrentlyInGuidedTransformation()) {
772 if (isCurrentlyInGuidedTransformation()) {
860 isCurrentlyInGuidedTransformation() &&
906 fun isCurrentlyInGuidedTransformation(): Boolean { regex
1001 val onlyUseEndState = !isCurrentlyInGuidedTransformation() || isCurrentlyFading()
1095 return isCurrentlyInGuidedTransformation() && getTransformationProgress() != 1.0f ||
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManagerTest.kt408 assertThat(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).isTrue()
420 assertThat(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).isFalse()
432 assertThat(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).isFalse()
445 assertThat(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeKeyguardTransitionController.kt84 if (mediaHierarchyManager.isCurrentlyInGuidedTransformation()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt362 whenever(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).thenReturn(true)
375 whenever(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).thenReturn(true)
388 whenever(mediaHierarchyManager.isCurrentlyInGuidedTransformation()).thenReturn(false)