/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 28 import com.android.systemui.statusbar.phone.NotificationPanelView; 41 private final NotificationPanelView mNotificationPanel;
|
D | KeyguardUserSwitcher.java | 38 import com.android.systemui.statusbar.phone.NotificationPanelView; 60 KeyguardStatusBarView statusBarView, NotificationPanelView panelView) { in KeyguardUserSwitcher()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | ActivityLaunchAnimatorTest.java | 42 import com.android.systemui.statusbar.phone.NotificationPanelView; 70 mock(NotificationPanelView.class), in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | InjectionInflationController.java | 39 import com.android.systemui.statusbar.phone.NotificationPanelView; 135 NotificationPanelView createPanelView(); in createPanelView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 42 private NotificationPanelView mPanel; 47 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
|
D | HeadsUpAppearanceController.java | 63 private final NotificationPanelView mPanelView; 121 NotificationPanelView panelView, in HeadsUpAppearanceController()
|
D | StatusBarNotificationActivityStarter.java | 94 private final NotificationPanelView mNotificationPanel; 113 NotificationPanelView panel, in StatusBarNotificationActivityStarter()
|
D | StatusBarNotificationPresenter.java | 110 private final NotificationPanelView mNotificationPanel; 133 NotificationPanelView panel, in StatusBarNotificationPresenter()
|
D | NotificationPanelView.java | 115 public class NotificationPanelView extends PanelView implements class 163 NotificationPanelView::setKeyguardHeadsUpShowingAmount, 164 NotificationPanelView::getKeyguardHeadsUpShowingAmount, 389 NotificationPanelView::setPanelAlphaInternal, 390 NotificationPanelView::getCurrentPanelAlpha, 442 public NotificationPanelView(@Named(VIEW_CONTEXT) Context context, AttributeSet attrs, in NotificationPanelView() method in NotificationPanelView 2375 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished() 3209 mQs.setPanelView(NotificationPanelView.this); 3210 mQs.setExpandClickListener(NotificationPanelView.this);
|
D | StatusBarKeyguardViewManager.java | 135 private NotificationPanelView mNotificationPanelView; 213 NotificationPanelView notificationPanelView, in registerStatusBar()
|
D | NavigationBarView.java | 143 private NotificationPanelView mPanelView; 325 public void setComponents(NotificationPanelView panel, AssistManager assistManager) { in setComponents()
|
D | StatusBar.java | 393 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif… 1871 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemKey() 1874 NotificationPanelView.FLING_EXPAND); in handleSystemKey() 1875 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey() 4638 public NotificationPanelView getPanel() { in getPanel()
|
D | StatusBarWindowView.java | 88 private NotificationPanelView mNotificationPanel;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ActivityLaunchAnimator.java | 41 import com.android.systemui.statusbar.phone.NotificationPanelView; 57 private final NotificationPanelView mNotificationPanel; 72 NotificationPanelView notificationPanel, in ActivityLaunchAnimator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 54 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
|
D | NotificationPanelViewTest.java | 111 private NotificationPanelView mNotificationPanelView; 208 private class TestableNotificationPanelView extends NotificationPanelView {
|
D | StatusBarKeyguardViewManagerTest.java | 71 private NotificationPanelView mNotificationPanelView; 259 NotificationPanelView notificationPanelView, in registerStatusBar()
|
D | StatusBarNotificationPresenterTest.java | 76 mock(NotificationPanelView.class), mock(HeadsUpManagerPhone.class), in setup()
|
D | CollapsedStatusBarFragmentTest.java | 71 when(statusBar.getPanel()).thenReturn(mock(NotificationPanelView.class)); in setup()
|
D | StatusBarNotificationActivityStarterTest.java | 164 mock(CommandQueue.class), mAssistManager, mock(NotificationPanelView.class), in setUp()
|
D | StatusBarTest.java | 140 @Mock private NotificationPanelView mNotificationPanelView; 768 PowerManager pm, NotificationPanelView panelView, in TestableStatusBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 27 # NotificationPanelView.java
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 91 import com.android.systemui.statusbar.phone.NotificationPanelView; 2072 ViewGroup container, NotificationPanelView panelView, in registerStatusBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 134 import com.android.systemui.statusbar.phone.NotificationPanelView; 496 private NotificationPanelView mNotificationPanel; 5647 public void setNotificationPanel(NotificationPanelView notificationPanelView) {
|