Searched refs:isAnimatingAway (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | DeviceEntrySideFpsOverlayInteractorTest.kt | 143 isAnimatingAway = false, in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerShowing() 159 isAnimatingAway = false, in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerHidden() 229 isAnimatingAway = false, in updatesShowIndicatorForDeviceEntry_fromPrimaryBouncer_whenFpsDetectionNotRunning() 246 isAnimatingAway = false, in updatesShowIndicatorForDeviceEntry_fromPrimaryBouncer_onUnlockingWithFpDisallowed() 295 isAnimatingAway = true, in updatesShowIndicatorForDeviceEntry_onPrimaryBouncerAnimatingAway() 326 isAnimatingAway = false, in ignoresDuplicateRequestsToShowIndicatorForDeviceEntry() 343 isAnimatingAway: Boolean, in updatePrimaryBouncer() 349 val primaryStartDisappearAnimation = if (isAnimatingAway) Runnable {} else null in updatePrimaryBouncer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/binder/ |
D | SideFpsOverlayViewBinderTest.kt | 158 isAnimatingAway = false, in verifyIndicatorNotAdded_whenInRearDisplayMode() 183 isAnimatingAway = false, in verifyIndicatorShowAndHide_onPrimaryBouncerShowAndHide() 194 isAnimatingAway = false, in verifyIndicatorShowAndHide_onPrimaryBouncerShowAndHide() 248 isAnimatingAway = false, in verifyIndicatorShownAndHidden_onSystemServerAuthenticationStartedAndStopped() 289 isAnimatingAway = false, in verifyIndicatorProgressBarInteraction() 320 isAnimatingAway: Boolean, in updatePrimaryBouncer() 326 val primaryStartDisappearAnimation = if (isAnimatingAway) Runnable {} else null in updatePrimaryBouncer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
D | SideFpsOverlayViewModelTest.kt | 297 isAnimatingAway = false, in updatesLottieCallbacks_onShowIndicatorForDeviceEntry() 325 isAnimatingAway = false, in updatesLottieCallbacks_onShowIndicatorForSystemServer_inDarkMode() 351 isAnimatingAway = false, in updatesLottieCallbacks_onShowIndicatorForSystemServer_inLightMode() 379 isAnimatingAway: Boolean, in updatePrimaryBouncer() 385 val primaryStartDisappearAnimation = if (isAnimatingAway) Runnable {} else null in updatePrimaryBouncer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | LegacyLockIconViewControllerTest.java | 322 when(mPrimaryBouncerInteractor.isAnimatingAway()).thenReturn(true); in lockIconAccessibility_bouncerAnimatingAway() 346 when(mPrimaryBouncerInteractor.isAnimatingAway()).thenReturn(false); in lockIconAccessibility_bouncerNotAnimatingAway_viewVisible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | DeviceEntrySideFpsOverlayInteractor.kt | 127 !primaryBouncerInteractor.isAnimatingAway() in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | PrimaryBouncerInteractorTest.kt | 331 assertThat(underTest.isAnimatingAway()).isTrue() in testIsAnimatingAway() 333 assertThat(underTest.isAnimatingAway()).isFalse() in testIsAnimatingAway()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | PrimaryBouncerInteractor.kt | 356 fun isAnimatingAway(): Boolean { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManagerTest.java | 336 when(mPrimaryBouncerInteractor.isAnimatingAway()).thenReturn(true); in onPanelExpansionChanged_showsBouncerWhenSwiping() 778 when(mPrimaryBouncerInteractor.isAnimatingAway()).thenReturn(true); in testResetBouncerAnimatingAway()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LegacyLockIconViewController.java | 408 !mPrimaryBouncerInteractor.isAnimatingAway() && mView.isVisibleToUser(); in updateVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 1808 return mPrimaryBouncerInteractor.isAnimatingAway(); in bouncerIsAnimatingAway()
|