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.java92 public static final int MSG_CLOSE_NOTIFICATION_PEEK = 1003; field in class:TabletStatusBar
765 case MSG_CLOSE_NOTIFICATION_PEEK:
1333 mHandler.removeMessages(MSG_CLOSE_NOTIFICATION_PEEK);
1334 mHandler.sendEmptyMessageDelayed(MSG_CLOSE_NOTIFICATION_PEEK,

Completed in 9 milliseconds