Home
last modified time | relevance | path

Searched refs:mBouncerExpansionCallback (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java152 mBouncerExpansionCallback; field in StatusBarKeyguardViewManagerTest
231 mBouncerExpansionCallback = callbackArgumentCaptor.getValue(); in setUp()
583 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_registration()
589 mBouncerExpansionCallback.onVisibilityChanged(false); in testPredictiveBackCallback_registration()
596 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_invocationHidesBouncer()
615 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_noBackAnimationForFullScreenBouncer()
632 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_forwardsBackDispatches()
658 mBouncerExpansionCallback.onVisibilityChanged(true); in testReportBouncerOnDreamWhenVisible()
662 mBouncerExpansionCallback.onVisibilityChanged(true); in testReportBouncerOnDreamWhenVisible()
668 mBouncerExpansionCallback.onVisibilityChanged(false); in testReportBouncerOnDreamWhenNotVisible()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java108 mBouncerExpansionCallback = field in DreamOverlayContainerViewController
223 mPrimaryBouncerCallbackInteractor.addBouncerExpansionCallback(mBouncerExpansionCallback); in onViewAttached()
240 mPrimaryBouncerCallbackInteractor.removeBouncerExpansionCallback(mBouncerExpansionCallback); in onViewDetached()