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

/packages/apps/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java112 public static final int MSG_OVERLAY_CLOSED = 1000; field in class:TvOverlayManager
650 mHandler.removeMessages(MSG_OVERLAY_CLOSED);
659 mHandler.removeMessages(MSG_OVERLAY_CLOSED);
666 mHandler.sendEmptyMessage(MSG_OVERLAY_CLOSED);
906 case MSG_OVERLAY_CLOSED:

Completed in 48 milliseconds