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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java207 mWorker.obtainMessage(W.NOTIFY_VISIBLE, visible ? 1 : 0, 0).sendToTarget();
556 private static final int NOTIFY_VISIBLE = 12; field in class:VolumeDialogController.W
578 case NOTIFY_VISIBLE: onNotifyVisibleW(msg.arg1 != 0); break;

Completed in 146 milliseconds