Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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()
DStatusBarKeyguardViewManager.java162 private final FoldAodAnimationController mFoldAodAnimationController; field in StatusBarKeyguardViewManager
418 mFoldAodAnimationController = sysUIUnfoldComponent in StatusBarKeyguardViewManager()
491 if (mFoldAodAnimationController != null) { in registerListeners()
492 mFoldAodAnimationController.addCallback(this); in registerListeners()
1656 if (mFoldAodAnimationController != null) { in onFoldToAodAnimationChanged()
1657 mScreenOffAnimationPlaying = mFoldAodAnimationController.shouldPlayAnimation(); in onFoldToAodAnimationChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java81 @Mock private FoldAodAnimationController mFoldAodAnimationController; field in DozeParametersTest
113 .thenReturn(mFoldAodAnimationController); in setup()