Searched defs:VolumePanel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVolumePanel.java59 public class VolumePanel extends Handler implements OnSeekBarChangeListener, View.OnClickListener, class in inherits:Handler,OnSeekBarChangeListener,View.OnClickListener,VolumeController
62 private static final String TAG = "VolumePanel";
225 private final VolumePanel mVolumePanel;
227 WarningDialogReceiver(Context context, Dialog dialog, VolumePanel volumePanel) {
256 public VolumePanel(final Context context, AudioService volumeService) { method in class:VolumePanel
439 Log.e("VolumePanel", "Missing stream type! - " + activeStreamType);
549 * would affect the VolumePanel display (mainly volumes). The difference with
840 * @param streamType can be a valid stream type value, or VolumePanel.STREAM_MASTER,
890 * Lock on this VolumePanel instance as long as you use the returned ToneGenerator.

Completed in 90 milliseconds