Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java121 private static final int MSG_OVERLAY_CLOSED = 1000; field in TvOverlayManager
897 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayOpened()
905 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayClosed()
912 mHandler.sendEmptyMessage(MSG_OVERLAY_CLOSED); in onOverlayClosed()
1177 case MSG_OVERLAY_CLOSED: in handleMessage()