Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java86 private final FoldAodAnimationController mFoldAodAnimationController; field in DozeParameters
156 mFoldAodAnimationController = sysUiUnfoldComponent in DozeParameters()
159 if (mFoldAodAnimationController != null) { in DozeParameters()
160 mFoldAodAnimationController.addCallback(this); in DozeParameters()
H A DStatusBarKeyguardViewManager.java145 private final FoldAodAnimationController mFoldAodAnimationController; field in StatusBarKeyguardViewManager
392 mFoldAodAnimationController = sysUIUnfoldComponent in StatusBarKeyguardViewManager()
460 if (mFoldAodAnimationController != null) { in registerListeners()
461 mFoldAodAnimationController.addCallback(this); in registerListeners()
1462 if (mFoldAodAnimationController != null) { in onFoldToAodAnimationChanged()
1463 mScreenOffAnimationPlaying = mFoldAodAnimationController.shouldPlayAnimation(); in onFoldToAodAnimationChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeParametersTest.java81 @Mock private FoldAodAnimationController mFoldAodAnimationController; field in DozeParametersTest
112 .thenReturn(mFoldAodAnimationController); in setup()