Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java103 private static final int MSG_EXPAND_NOTIFICATIONS = 3 << MSG_SHIFT; field in CommandQueue
656 mHandler.removeMessages(MSG_EXPAND_NOTIFICATIONS); in animateExpandNotificationsPanel()
657 mHandler.sendEmptyMessage(MSG_EXPAND_NOTIFICATIONS); in animateExpandNotificationsPanel()
1410 case MSG_EXPAND_NOTIFICATIONS: in handleMessage()