Searched refs:NOTIFY_VISIBLE (Results 1 – 1 of 1) sorted by relevance
359 mWorker.obtainMessage(W.NOTIFY_VISIBLE, visible ? 1 : 0, 0).sendToTarget(); in notifyVisible()849 private static final int NOTIFY_VISIBLE = 12; field in VolumeDialogControllerImpl.W876 case NOTIFY_VISIBLE: onNotifyVisibleW(msg.arg1 != 0); break; in handleMessage()