Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java46 private final VolumeDialog mDialog;
65 mDialog = new VolumeDialog(context, WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY, in VolumeDialogComponent()
124 private final VolumeDialog.Callback mVolumeDialogCallback = new VolumeDialog.Callback() {
DVolumeDialog.java87 public class VolumeDialog { class
88 private static final String TAG = Util.logTag(VolumeDialog.class);
131 public VolumeDialog(Context context, int windowType, VolumeDialogController controller, in VolumeDialog() method in VolumeDialog
156 lp.setTitle(VolumeDialog.class.getSimpleName()); in VolumeDialog()
328 writer.println(VolumeDialog.class.getSimpleName() + " state:"); in dump()