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.java107 private static final int MSG_OVERLAY_CLOSED = 1000; field in TvOverlayManager
724 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayOpened()
732 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayClosed()
739 mHandler.sendEmptyMessage(MSG_OVERLAY_CLOSED); in onOverlayClosed()
987 case MSG_OVERLAY_CLOSED: in handleMessage()