Searched refs:MSG_POST_SET_VISIBLE (Results 1 – 1 of 1) sorted by relevance
170 private static final int MSG_POST_SET_VISIBLE = 4; field in ZoomButtonsController184 case MSG_POST_SET_VISIBLE:354 if (!mHandler.hasMessages(MSG_POST_SET_VISIBLE)) { in setVisible()355 mHandler.sendEmptyMessage(MSG_POST_SET_VISIBLE); in setVisible()