Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationDozeHelper.java29 import com.android.systemui.statusbar.phone.NotificationPanelView;
72 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
DActivityLaunchAnimator.java40 import com.android.systemui.statusbar.phone.NotificationPanelView;
59 private final NotificationPanelView mNotificationPanel;
71 NotificationPanelView notificationPanel, in ActivityLaunchAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java29 import com.android.systemui.statusbar.phone.NotificationPanelView;
42 private final NotificationPanelView mNotificationPanel;
DKeyguardUserSwitcher.java38 import com.android.systemui.statusbar.phone.NotificationPanelView;
60 KeyguardStatusBarView statusBarView, NotificationPanelView panelView) { in KeyguardUserSwitcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java43 private NotificationPanelView mPanel;
48 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
DHeadsUpAppearanceController.java51 private final NotificationPanelView mPanelView;
83 NotificationPanelView panelView, in HeadsUpAppearanceController()
DNotificationPanelView.java84 public class NotificationPanelView extends PanelView implements class
109 private static final FloatProperty<NotificationPanelView> SET_DARK_AMOUNT_PROPERTY =
110 new FloatProperty<NotificationPanelView>("mDarkAmount") {
112 public void setValue(NotificationPanelView object, float value) {
117 public Float get(NotificationPanelView object) {
269 NotificationPanelView::setPanelAlphaInternal,
270 NotificationPanelView::getCurrentPanelAlpha,
282 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
1820 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
2664 mQs.setPanelView(NotificationPanelView.this);
[all …]
DStatusBarKeyguardViewManager.java92 private NotificationPanelView mNotificationPanelView;
143 NotificationPanelView notificationPanelView, in registerStatusBar()
DStatusBarWindowView.java76 private NotificationPanelView mNotificationPanel;
177 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
DNavigationBarView.java160 private NotificationPanelView mPanelView;
314 NotificationPanelView panel) { in setComponents()
DStatusBar.java383 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif…
2211 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemKey()
2214 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey()
5574 public NotificationPanelView getPanel() { in getPanel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
DStatusBarKeyguardViewManagerTest.java61 private NotificationPanelView mNotificationPanelView;
190 NotificationPanelView notificationPanelView, in registerStatusBar()
DStatusBarTest.java131 @Mock private NotificationPanelView mNotificationPanelView;
707 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.java85 import com.android.systemui.statusbar.phone.NotificationPanelView;
2051 ViewGroup container, NotificationPanelView panelView, in registerStatusBar()