Searched refs:mNotificationPanel (Results 1 – 4 of 4) sorted by relevance
41 private final View mNotificationPanel; field in BrightnessMirrorController49 mNotificationPanel = statusBarWindow.findViewById(R.id.notification_panel); in BrightnessMirrorController()58 outAnimation(mNotificationPanel.animate()) in showMirror()64 inAnimation(mNotificationPanel.animate()) in hideMirror()
426 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif… field in StatusBar979 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()983 mNotificationPanel.setStatusBar(this); in makeStatusBarView()984 mNotificationPanel.setGroupManager(mGroupManager); in makeStatusBarView()999 mStatusBarView.setPanel(mNotificationPanel); in makeStatusBarView()1014 mNotificationPanel.setBackground(new FastColorDrawable(context.getColor( in makeStatusBarView()1021 mHeadsUpManager.addListener(mNotificationPanel); in makeStatusBarView()1024 mNotificationPanel.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()1030 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById( in makeStatusBarView()1361 mKeyguardStatusBar, mNotificationPanel); in createUserSwitcher()[all …]
73 private NotificationPanelView mNotificationPanel; field in StatusBarWindowView172 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()252 if (isDown && mNotificationPanel.isFullyCollapsed()) { in dispatchTouchEvent()253 mNotificationPanel.startExpandLatencyTracking(); in dispatchTouchEvent()291 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()305 mNotificationPanel.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
403 mNotificationPanel = panelView; in TestableStatusBar()