Home
last modified time | relevance | path

Searched refs:mShadeLockscreenInteractor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java107 private final ShadeLockscreenInteractor mShadeLockscreenInteractor; field in DozeServiceHost
149 mShadeLockscreenInteractor = shadeLockscreenInteractor; in DozeServiceHost()
303 mShadeLockscreenInteractor.setPulsing(pulsing); in pulseWhileDozing()
342 mShadeLockscreenInteractor.dozeTimeTick(); in dozeTimeTick()
DStatusBarKeyguardViewManager.java285 private ShadeLockscreenInteractor mShadeLockscreenInteractor; field in StatusBarKeyguardViewManager
448 mShadeLockscreenInteractor = shadeLockscreenInteractor; in registerCentralSurfaces()
626 && (mShadeLockscreenInteractor.isExpanded() in beginShowingBouncer()
936 mShadeLockscreenInteractor.resetViews(/* animate= */ !isOccluded); in reset()
1114 mShadeLockscreenInteractor.startBouncerPreHideAnimation(); in startPreHideAnimation()
1129 mShadeLockscreenInteractor.blockExpansionForCurrentTouch(); in startPreHideAnimation()
1134 mShadeLockscreenInteractor.blockExpansionForCurrentTouch(); in blockPanelExpansionFromCurrentTouch()
1231 mShadeLockscreenInteractor.resetViewGroupFade(); in onKeyguardFadedAway()
1316 mShadeLockscreenInteractor.expandToNotifications(); in onBackPressed()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java94 @Mock private ShadeLockscreenInteractor mShadeLockscreenInteractor; field in DozeServiceHostTest
110 mShadeLockscreenInteractor, mDozeInteractor); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java133 @Mock private ShadeLockscreenInteractor mShadeLockscreenInteractor; field in StatusBarKeyguardViewManagerTest
240 mShadeLockscreenInteractor, in setUp()