HomeSort by relevance Sort by last modified time
    Searched full:notificationpanelview (Results 1 - 21 of 21) sorted by null

  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QS.java 41 void setPanelView(HeightListener notificationPanelView);
73 * same time and NotificationPanelView wins, this lets QS win.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 43 private NotificationPanelView mPanel;
48 NotificationPanelView notificationPanelView) {
51 mPanel = notificationPanelView;
HeadsUpAppearanceController.java 51 private final NotificationPanelView mPanelView;
83 NotificationPanelView panelView,
StatusBarKeyguardViewManager.java 92 private NotificationPanelView mNotificationPanelView;
143 NotificationPanelView notificationPanelView,
153 mNotificationPanelView = notificationPanelView;
154 notificationPanelView.setExpansionListener(this::onPanelExpansionChanged);
NotificationPanelView.java 84 public class NotificationPanelView extends PanelView implements
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) {
    [all...]
StatusBarWindowView.java 76 private NotificationPanelView mNotificationPanel;
177 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
KeyguardClockPositionAlgorithm.java 81 * @see NotificationPanelView#getExpandedFraction()
NavigationBarView.java 160 private NotificationPanelView mPanelView;
314 NotificationPanelView panel) {
    [all...]
StatusBar.java 383 protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManagerTest.java 61 private NotificationPanelView mNotificationPanelView;
190 NotificationPanelView notificationPanelView,
193 super.registerStatusBar(statusBar, container, notificationPanelView,
HeadsUpAppearanceControllerTest.java 58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
StatusBarTest.java 131 @Mock private NotificationPanelView mNotificationPanelView;
707 PowerManager pm, NotificationPanelView panelView,
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded.xml 20 <com.android.systemui.statusbar.phone.NotificationPanelView
93 </com.android.systemui.statusbar.phone.NotificationPanelView>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationDozeHelper.java 29 import com.android.systemui.statusbar.phone.NotificationPanelView;
72 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION);
ActivityLaunchAnimator.java 40 import com.android.systemui.statusbar.phone.NotificationPanelView;
59 private final NotificationPanelView mNotificationPanel;
71 NotificationPanelView notificationPanel,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 29 import com.android.systemui.statusbar.phone.NotificationPanelView;
42 private final NotificationPanelView mNotificationPanel;
KeyguardUserSwitcher.java 38 import com.android.systemui.statusbar.phone.NotificationPanelView;
60 KeyguardStatusBarView statusBarView, NotificationPanelView panelView) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogTags.logtags 27 # NotificationPanelView.java
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSScrollLayout.java 99 // Do not allow NotificationPanelView to intercept touch events when this
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
CarQSFragment.java 127 public void setPanelView(HeightListener notificationPanelView) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 85 import com.android.systemui.statusbar.phone.NotificationPanelView;
    [all...]

Completed in 485 milliseconds