Searched refs:mExpansionCallback (Results 1 – 3 of 3) sorted by relevance
83 private KeyguardBouncer.BouncerExpansionCallback mExpansionCallback; field in KeyguardBouncerTest135 .create(container, mExpansionCallback); in setup()171 verify(mExpansionCallback).onStartingToShow(); in testShow_notifiesVisibility()216 verify(mExpansionCallback).onFullyHidden(); in testSetExpansion_notifiesFalsingManager()220 verify(mExpansionCallback).onFullyShown(); in testSetExpansion_notifiesFalsingManager()222 verify(mExpansionCallback, never()).onStartingToHide(); in testSetExpansion_notifiesFalsingManager()225 verify(mExpansionCallback).onStartingToHide(); in testSetExpansion_notifiesFalsingManager()372 }).when(mExpansionCallback).onFullyShown(); in testIsShowingScrimmed_true()384 }).when(mExpansionCallback).onFullyShown(); in testIsShowingScrimmed_false()
86 private final KeyguardBouncer.BouncerExpansionCallback mExpansionCallback = field in CarKeyguardViewController170 .create(getLayout().findViewById(R.id.keyguard_container), mExpansionCallback); in onFinishInflate()
119 private final BouncerExpansionCallback mExpansionCallback = new BouncerExpansionCallback() { field in StatusBarKeyguardViewManager280 mBouncer = mKeyguardBouncerFactory.create(container, mExpansionCallback); in registerStatusBar()