Searched refs:MSG_DISMISS_POPUP (Results 1 – 1 of 1) sorted by relevance
38 private final int MSG_DISMISS_POPUP = 0; field in AbstractIndicatorButton119 mHandler.removeMessages(MSG_DISMISS_POPUP); in showPopup()131 mHandler.removeMessages(MSG_DISMISS_POPUP); in dismissPopup()159 if (!mHandler.hasMessages(MSG_DISMISS_POPUP)) { in dismissPopupDelayed()160 mHandler.sendEmptyMessage(MSG_DISMISS_POPUP); in dismissPopupDelayed()168 case MSG_DISMISS_POPUP: in handleMessage()