Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DAbstractIndicatorButton.java38 private final int MSG_DISMISS_POPUP = 0; field in AbstractIndicatorButton
119 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()