Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowContainer.java26 import com.android.systemui.statusbar.phone.NotificationPanelView;
50 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCustomViewWrapper.java34 import com.android.systemui.statusbar.phone.NotificationPanelView;
50 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationCustomViewWrapper()
DNotificationViewWrapper.java31 import com.android.systemui.statusbar.phone.NotificationPanelView;
96 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
DHybridNotificationView.java32 import com.android.systemui.statusbar.phone.NotificationPanelView;
76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
DNotificationHeaderViewWrapper.java41 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.java67 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
70 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
DStatusBarWindowView.java69 private NotificationPanelView mNotificationPanel;
163 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
DNotificationPanelView.java69 public class NotificationPanelView extends PanelView implements class
209 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
244 mQsContainer.setPanelView(NotificationPanelView.this); in onFinishInflate()
246 .setOnClickListener(NotificationPanelView.this); in onFinishInflate()
1645 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
DKeyguardBottomAreaView.java638 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
DPhoneStatusBar.java345 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif…
738 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()
2702 MetricsLogger.count(mContext, NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemNavigationKey()
2705 MetricsLogger.count(mContext, NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemNavigationKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainer.java33 import com.android.systemui.statusbar.phone.NotificationPanelView;
62 private NotificationPanelView mPanelView;
95 public void setPanelView(NotificationPanelView panelView) { in setPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java37 import com.android.systemui.statusbar.phone.NotificationPanelView;
59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView, in KeyguardUserSwitcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags27 # NotificationPanelView.java
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java41 import com.android.systemui.statusbar.phone.NotificationPanelView;
273 NotificationPanelView.DOZE_ANIMATION_DURATION);