Searched refs:MSG_SHOW_BUTTON_BAR (Results 1 – 1 of 1) sorted by relevance
36 private static final int MSG_SHOW_BUTTON_BAR = 1001; field in ConfirmationViewHandler176 mHideHandler.removeMessages(MSG_SHOW_BUTTON_BAR); in invalidate()204 mHideHandler.removeMessages(MSG_SHOW_BUTTON_BAR); in onGlobalLayout()205 mHideHandler.sendEmptyMessageDelayed(MSG_SHOW_BUTTON_BAR, 50); in onGlobalLayout()229 case MSG_SHOW_BUTTON_BAR: in handleMessage()322 mHideHandler.removeMessages(MSG_SHOW_BUTTON_BAR); in hideButtonBar()