Searched refs:mFoldAodAnimationController (Results 1 – 3 of 3) sorted by relevance
86 private final FoldAodAnimationController mFoldAodAnimationController; field in DozeParameters156 mFoldAodAnimationController = sysUiUnfoldComponent in DozeParameters()159 if (mFoldAodAnimationController != null) { in DozeParameters()160 mFoldAodAnimationController.addCallback(this); in DozeParameters()
162 private final FoldAodAnimationController mFoldAodAnimationController; field in StatusBarKeyguardViewManager418 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()
81 @Mock private FoldAodAnimationController mFoldAodAnimationController; field in DozeParametersTest113 .thenReturn(mFoldAodAnimationController); in setup()