Searched refs:MSG_POST_SET_VISIBLE (Results 1 – 2 of 2) 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()
91527 Landroid/widget/ZoomButtonsController;->MSG_POST_SET_VISIBLE:I