Searched refs:MSG_OVERLAY_CLOSED (Results 1 – 1 of 1) sorted by relevance
123 private static final int MSG_OVERLAY_CLOSED = 1000; field in TvOverlayManager908 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayOpened()916 mHandler.removeMessages(MSG_OVERLAY_CLOSED); in onOverlayClosed()923 mHandler.sendEmptyMessage(MSG_OVERLAY_CLOSED); in onOverlayClosed()1188 case MSG_OVERLAY_CLOSED: in handleMessage()