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()
145 private final FoldAodAnimationController mFoldAodAnimationController; field in StatusBarKeyguardViewManager392 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()
81 @Mock private FoldAodAnimationController mFoldAodAnimationController; field in DozeParametersTest112 .thenReturn(mFoldAodAnimationController); in setup()