Searched defs:MSG_CLOSE_NOTIFICATION_PEEK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java100 public static final int MSG_CLOSE_NOTIFICATION_PEEK = 1003; field in class:TabletStatusBar
271 new TouchOutsideListener(MSG_CLOSE_NOTIFICATION_PEEK, mNotificationPeekWindow));
699 case MSG_CLOSE_NOTIFICATION_PEEK:
1043 mHandler.removeMessages(MSG_CLOSE_NOTIFICATION_PEEK);
1045 mHandler.sendEmptyMessage(MSG_CLOSE_NOTIFICATION_PEEK);
1067 mHandler.removeMessages(MSG_CLOSE_NOTIFICATION_PEEK);
1068 mHandler.sendEmptyMessage(MSG_CLOSE_NOTIFICATION_PEEK);
1385 mHandler.sendEmptyMessage(MSG_CLOSE_NOTIFICATION_PEEK);
1482 mHandler.removeMessages(MSG_CLOSE_NOTIFICATION_PEEK);
1483 mHandler.sendEmptyMessageDelayed(MSG_CLOSE_NOTIFICATION_PEEK,
[all...]

Completed in 37 milliseconds