Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationDozeHelper.java27 import com.android.systemui.statusbar.phone.NotificationPanelView;
69 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
DNotificationCustomViewWrapper.java29 import com.android.systemui.statusbar.phone.NotificationPanelView;
43 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationCustomViewWrapper()
DHybridNotificationView.java32 import com.android.systemui.statusbar.phone.NotificationPanelView;
76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
DNotificationHeaderViewWrapper.java38 import com.android.systemui.statusbar.phone.NotificationPanelView;
67 mInvertHelper = new ViewInvertHelper(ctx, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationHeaderViewWrapper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java43 private NotificationPanelView mPanel;
48 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
DDozeScrimController.java77 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
80 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
DNotificationPanelView.java72 public class NotificationPanelView extends PanelView implements class
95 private static final FloatProperty<NotificationPanelView> SET_DARK_AMOUNT_PROPERTY =
96 new FloatProperty<NotificationPanelView>("mDarkAmount") {
98 public void setValue(NotificationPanelView object, float value) {
103 public Float get(NotificationPanelView object) {
233 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
1704 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
2474 mQs.setPanelView(NotificationPanelView.this);
2475 mQs.setExpandClickListener(NotificationPanelView.this);
DStatusBarWindowView.java73 private NotificationPanelView mNotificationPanel;
172 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
DKeyguardBottomAreaView.java708 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
DStatusBar.java426 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif…
979 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()
2868 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemNavigationKey()
2871 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemNavigationKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
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/phone/
DStatusBarTest.java95 NotificationPanelView mNotificationPanelView;
110 mNotificationPanelView = mock(NotificationPanelView.class); in setup()
392 PowerManager pm, SystemServicesProxy ssp, NotificationPanelView panelView, in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags27 # NotificationPanelView.java
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java32 import com.android.systemui.statusbar.phone.NotificationPanelView;
93 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()