Home
last modified time | relevance | path

Searched refs:mNotificationPanelView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java131 @Mock private NotificationPanelView mNotificationPanelView; field in StatusBarTest
187 when(mNotificationPanelView.getLayoutParams()).thenReturn(new LayoutParams(0, 0)); in setup()
208 mPowerManager, mNotificationPanelView, mBarService, mNotificationListener, in setup()
485 when(mNotificationPanelView.isFullyCollapsed()).thenReturn(true); in testPanelOpenForPeek()
504 when(mNotificationPanelView.isFullyCollapsed()).thenReturn(false); in testPanelOpenAndClear()
523 when(mNotificationPanelView.isFullyCollapsed()).thenReturn(false); in testPanelOpenAndNoClear()
545 verify(mNotificationPanelView).setQsExpansionEnabled(false); in testDisableExpandStatusBar()
547 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
549 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
552 verify(mNotificationPanelView).setQsExpansionEnabled(true); in testDisableExpandStatusBar()
[all …]
DStatusBarKeyguardViewManagerTest.java61 private NotificationPanelView mNotificationPanelView; field in StatusBarKeyguardViewManagerTest
75 mNotificationPanelView, mFingerprintUnlockController, mDismissCallbackRegistry); in setUp()
130 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java92 private NotificationPanelView mNotificationPanelView; field in StatusBarKeyguardViewManager
153 mNotificationPanelView = notificationPanelView; in registerStatusBar()
159 mNotificationPanelView.setBouncerTop(mBouncer.getTop()); in onContainerLayout()
170 if (mNotificationPanelView.isUnlockHintRunning()) { in onPanelExpansionChanged()
405 mNotificationPanelView.onBouncerPreHideAnimation(); in startPreHideAnimation()