Searched refs:MSG_OVERLAY_CLOSED (Results 1 – 1 of 1) sorted by relevance
107 private static final int MSG_OVERLAY_CLOSED = 1000; field in TvOverlayManager724 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()