Home
last modified time | relevance | path

Searched refs:NotificationPanelView (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java28 import com.android.systemui.statusbar.phone.NotificationPanelView;
41 private final NotificationPanelView mNotificationPanel;
DKeyguardUserSwitcher.java38 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/
DActivityLaunchAnimatorTest.java42 import com.android.systemui.statusbar.phone.NotificationPanelView;
70 mock(NotificationPanelView.class), in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java42 private NotificationPanelView mPanel;
47 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
DHeadsUpAppearanceController.java55 private final NotificationPanelView mPanelView;
101 NotificationPanelView panelView, in HeadsUpAppearanceController()
DStatusBarKeyguardViewManager.java70 NotificationPanelView.PanelExpansionListener, NavigationModeController.ModeChangedListener {
130 private NotificationPanelView mNotificationPanelView;
205 NotificationPanelView notificationPanelView, in registerStatusBar()
DStatusBarNotificationActivityStarter.java94 private final NotificationPanelView mNotificationPanel;
113 NotificationPanelView panel, in StatusBarNotificationActivityStarter()
DStatusBarNotificationPresenter.java111 private final NotificationPanelView mNotificationPanel;
134 NotificationPanelView panel, in StatusBarNotificationPresenter()
DNotificationPanelView.java111 public class NotificationPanelView extends PanelView implements class
319 NotificationPanelView::setPanelAlphaInternal,
320 NotificationPanelView::getCurrentPanelAlpha,
352 public NotificationPanelView(@Named(VIEW_CONTEXT) Context context, AttributeSet attrs, in NotificationPanelView() method in NotificationPanelView
2071 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
2861 mQs.setPanelView(NotificationPanelView.this);
2862 mQs.setExpandClickListener(NotificationPanelView.this);
DNavigationBarView.java140 private NotificationPanelView mPanelView;
322 public void setComponents(NotificationPanelView panel, AssistManager assistManager) { in setComponents()
DStatusBar.java377 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif…
1794 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemKey()
1797 NotificationPanelView.FLING_EXPAND); in handleSystemKey()
1798 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey()
4482 public NotificationPanelView getPanel() { in getPanel()
DStatusBarWindowView.java90 private NotificationPanelView mNotificationPanel;
DPanelView.java53 import com.android.systemui.statusbar.phone.NotificationPanelView.PanelExpansionListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java37 import com.android.systemui.statusbar.phone.NotificationPanelView;
133 NotificationPanelView createPanelView(); in createPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java41 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/
DHeadsUpAppearanceControllerTest.java52 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
DStatusBarKeyguardViewManagerTest.java65 private NotificationPanelView mNotificationPanelView;
221 NotificationPanelView notificationPanelView, in registerStatusBar()
DNotificationPanelViewTest.java100 private NotificationPanelView mNotificationPanelView;
179 private class TestableNotificationPanelView extends NotificationPanelView {
DStatusBarNotificationPresenterTest.java75 mock(NotificationPanelView.class), mock(HeadsUpManagerPhone.class), in setup()
DCollapsedStatusBarFragmentTest.java71 when(statusBar.getPanel()).thenReturn(mock(NotificationPanelView.class)); in setup()
DStatusBarNotificationActivityStarterTest.java166 mock(CommandQueue.class), mAssistManager, mock(NotificationPanelView.class), in setUp()
DStatusBarTest.java139 @Mock private NotificationPanelView mNotificationPanelView;
769 PowerManager pm, NotificationPanelView panelView, in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags27 # NotificationPanelView.java
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java88 import com.android.systemui.statusbar.phone.NotificationPanelView;
2058 ViewGroup container, NotificationPanelView panelView, in registerStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java136 import com.android.systemui.statusbar.phone.NotificationPanelView;
499 private NotificationPanelView mNotificationPanel;
5662 public void setNotificationPanel(NotificationPanelView notificationPanelView) {