Searched refs:NotificationPanelView (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 27 import com.android.systemui.statusbar.phone.NotificationPanelView; 69 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
|
D | NotificationCustomViewWrapper.java | 29 import com.android.systemui.statusbar.phone.NotificationPanelView; 43 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationCustomViewWrapper()
|
D | HybridNotificationView.java | 32 import com.android.systemui.statusbar.phone.NotificationPanelView; 76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
|
D | NotificationHeaderViewWrapper.java | 38 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/ |
D | HeadsUpTouchHelper.java | 43 private NotificationPanelView mPanel; 48 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
|
D | DozeScrimController.java | 77 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing() 80 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
|
D | NotificationPanelView.java | 72 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);
|
D | StatusBarWindowView.java | 73 private NotificationPanelView mNotificationPanel; 172 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
|
D | KeyguardBottomAreaView.java | 708 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
|
D | StatusBar.java | 426 …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/ |
D | KeyguardUserSwitcher.java | 38 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/ |
D | StatusBarTest.java | 95 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/ |
D | EventLogTags.logtags | 27 # NotificationPanelView.java
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 32 import com.android.systemui.statusbar.phone.NotificationPanelView; 93 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
|