Searched refs:mNotificationPanelView (Results 1 – 3 of 3) sorted by relevance
131 @Mock private NotificationPanelView mNotificationPanelView; field in StatusBarTest187 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 …]
61 private NotificationPanelView mNotificationPanelView; field in StatusBarKeyguardViewManagerTest75 mNotificationPanelView, mFingerprintUnlockController, mDismissCallbackRegistry); in setUp()130 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
92 private NotificationPanelView mNotificationPanelView; field in StatusBarKeyguardViewManager153 mNotificationPanelView = notificationPanelView; in registerStatusBar()159 mNotificationPanelView.setBouncerTop(mBouncer.getTop()); in onContainerLayout()170 if (mNotificationPanelView.isUnlockHintRunning()) { in onPanelExpansionChanged()405 mNotificationPanelView.onBouncerPreHideAnimation(); in startPreHideAnimation()