Home
last modified time | relevance | path

Searched refs:NotificationPanelView (Results 1 – 24 of 24) 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/util/
DInjectionInflationController.java39 import com.android.systemui.statusbar.phone.NotificationPanelView;
135 NotificationPanelView createPanelView(); in createPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java42 private NotificationPanelView mPanel;
47 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
DHeadsUpAppearanceController.java63 private final NotificationPanelView mPanelView;
121 NotificationPanelView panelView, in HeadsUpAppearanceController()
DStatusBarNotificationActivityStarter.java94 private final NotificationPanelView mNotificationPanel;
113 NotificationPanelView panel, in StatusBarNotificationActivityStarter()
DStatusBarNotificationPresenter.java110 private final NotificationPanelView mNotificationPanel;
133 NotificationPanelView panel, in StatusBarNotificationPresenter()
DNotificationPanelView.java115 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);
DStatusBarKeyguardViewManager.java135 private NotificationPanelView mNotificationPanelView;
213 NotificationPanelView notificationPanelView, in registerStatusBar()
DNavigationBarView.java143 private NotificationPanelView mPanelView;
325 public void setComponents(NotificationPanelView panel, AssistManager assistManager) { in setComponents()
DStatusBar.java393 …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()
DStatusBarWindowView.java88 private NotificationPanelView mNotificationPanel;
/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.java54 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
DNotificationPanelViewTest.java111 private NotificationPanelView mNotificationPanelView;
208 private class TestableNotificationPanelView extends NotificationPanelView {
DStatusBarKeyguardViewManagerTest.java71 private NotificationPanelView mNotificationPanelView;
259 NotificationPanelView notificationPanelView, in registerStatusBar()
DStatusBarNotificationPresenterTest.java76 mock(NotificationPanelView.class), mock(HeadsUpManagerPhone.class), in setup()
DCollapsedStatusBarFragmentTest.java71 when(statusBar.getPanel()).thenReturn(mock(NotificationPanelView.class)); in setup()
DStatusBarNotificationActivityStarterTest.java164 mock(CommandQueue.class), mAssistManager, mock(NotificationPanelView.class), in setUp()
DStatusBarTest.java140 @Mock private NotificationPanelView mNotificationPanelView;
768 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.java91 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/
DNotificationStackScrollLayout.java134 import com.android.systemui.statusbar.phone.NotificationPanelView;
496 private NotificationPanelView mNotificationPanel;
5647 public void setNotificationPanel(NotificationPanelView notificationPanelView) {