Searched refs:NotificationPanelView (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 29 import com.android.systemui.statusbar.phone.NotificationPanelView; 72 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
|
D | ActivityLaunchAnimator.java | 40 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/ |
D | BrightnessMirrorController.java | 29 import com.android.systemui.statusbar.phone.NotificationPanelView; 42 private final NotificationPanelView mNotificationPanel;
|
D | KeyguardUserSwitcher.java | 38 import com.android.systemui.statusbar.phone.NotificationPanelView; 60 KeyguardStatusBarView statusBarView, NotificationPanelView panelView) { in KeyguardUserSwitcher()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 43 private NotificationPanelView mPanel; 48 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
|
D | HeadsUpAppearanceController.java | 51 private final NotificationPanelView mPanelView; 83 NotificationPanelView panelView, in HeadsUpAppearanceController()
|
D | NotificationPanelView.java | 84 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 …]
|
D | StatusBarKeyguardViewManager.java | 92 private NotificationPanelView mNotificationPanelView; 143 NotificationPanelView notificationPanelView, in registerStatusBar()
|
D | StatusBarWindowView.java | 76 private NotificationPanelView mNotificationPanel; 177 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
|
D | NavigationBarView.java | 160 private NotificationPanelView mPanelView; 314 NotificationPanelView panel) { in setComponents()
|
D | StatusBar.java | 383 …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/ |
D | HeadsUpAppearanceControllerTest.java | 58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
|
D | StatusBarKeyguardViewManagerTest.java | 61 private NotificationPanelView mNotificationPanelView; 190 NotificationPanelView notificationPanelView, in registerStatusBar()
|
D | StatusBarTest.java | 131 @Mock private NotificationPanelView mNotificationPanelView; 707 PowerManager pm, 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/keyguard/ |
D | KeyguardViewMediator.java | 85 import com.android.systemui.statusbar.phone.NotificationPanelView; 2051 ViewGroup container, NotificationPanelView panelView, in registerStatusBar()
|