Home
last modified time | relevance | path

Searched refs:onNotifyVisibleW (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogController.java256 private void onNotifyVisibleW(boolean visible) { in onNotifyVisibleW() method in VolumeDialogController
578 case NOTIFY_VISIBLE: onNotifyVisibleW(msg.arg1 != 0); break; in handleMessage()