public class VolumeDialog extends Object implements TunerService.Tunable
Modifier and Type | Class and Description |
---|---|
static interface |
VolumeDialog.Callback |
Modifier and Type | Field and Description |
---|---|
static String |
SHOW_FULL_ZEN |
Constructor and Description |
---|
VolumeDialog(Context context,
int windowType,
VolumeDialogController controller,
ZenModeController zenModeController,
VolumeDialog.Callback callback) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
dismiss(int reason) |
protected void |
dismissH(int reason) |
void |
dump(PrintWriter writer) |
void |
onTuningChanged(String key,
String newValue) |
protected void |
rescheduleTimeoutH() |
void |
setAutomute(boolean automute) |
void |
setShowHeaders(boolean showHeaders) |
void |
setSilentMode(boolean silentMode) |
void |
setStreamImportant(int stream,
boolean important) |
void |
show(int reason) |
public static final String SHOW_FULL_ZEN
public VolumeDialog(Context context, int windowType, VolumeDialogController controller, ZenModeController zenModeController, VolumeDialog.Callback callback)
public void onTuningChanged(String key, String newValue)
onTuningChanged
in interface TunerService.Tunable
public void setStreamImportant(int stream, boolean important)
public void setShowHeaders(boolean showHeaders)
public void setAutomute(boolean automute)
public void setSilentMode(boolean silentMode)
public void dump(PrintWriter writer)
public void destroy()
public void show(int reason)
public void dismiss(int reason)
protected void rescheduleTimeoutH()
protected void dismissH(int reason)