Searched refs:showCommunalFromOccluded (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromOccludedTransitionInteractor.kt | 95 communalInteractor.showCommunalFromOccluded, in <lambda>() 98 .collect { (_, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) -> in <lambda>() method 101 showCommunalFromOccluded, in <lambda>() 112 communalInteractor.showCommunalFromOccluded, in <lambda>() 118 .collect { (_, _, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) in <lambda>() method 122 showCommunalFromOccluded, in <lambda>() 132 showCommunalFromOccluded: Boolean, in <lambda>() 137 } else if (isIdleOnCommunal || showCommunalFromOccluded) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalTransitionViewModel.kt | 123 val showCommunalFromOccluded: Flow<Boolean> = communalInteractor.showCommunalFromOccluded in <lambda>() constant 134 combine(showCommunalFromOccluded, communalColors.backgroundColor) { in <lambda>() 135 showCommunalFromOccluded, in <lambda>() method 138 if (showCommunalFromOccluded) { in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalInteractorTest.kt | 1113 val showCommunalFromOccluded by collectLastValue(underTest.showCommunalFromOccluded) in <lambda>() constant 1114 assertThat(showCommunalFromOccluded).isFalse() in <lambda>() 1122 assertThat(showCommunalFromOccluded).isTrue() in <lambda>() 1129 val showCommunalFromOccluded by collectLastValue(underTest.showCommunalFromOccluded) in <lambda>() constant 1130 assertThat(showCommunalFromOccluded).isFalse() in <lambda>() 1138 assertThat(showCommunalFromOccluded).isFalse() in <lambda>() 1145 val showCommunalFromOccluded by collectLastValue(underTest.showCommunalFromOccluded) in <lambda>() constant 1146 assertThat(showCommunalFromOccluded).isFalse() in <lambda>() 1156 assertThat(showCommunalFromOccluded).isFalse() in <lambda>() 1163 val showCommunalFromOccluded by collectLastValue(underTest.showCommunalFromOccluded) in <lambda>() constant [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalInteractor.kt | 154 val showCommunalFromOccluded: Flow<Boolean> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 1678 (showCommunalFromOccluded) -> { 1679 mShowCommunalWhenUnoccluding = showCommunalFromOccluded;
|