Searched refs:MSG_POST_SET_VISIBLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java170 private static final int MSG_POST_SET_VISIBLE = 4; field in class:ZoomButtonsController
184 case MSG_POST_SET_VISIBLE:
354 if (!mHandler.hasMessages(MSG_POST_SET_VISIBLE)) {
355 mHandler.sendEmptyMessage(MSG_POST_SET_VISIBLE);

Completed in 72 milliseconds