HomeSort by relevance Sort by last modified time
    Searched refs:VolumeDialogMotion (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 34 public class VolumeDialogMotion {
35 private static final String TAG = Util.logTag(VolumeDialogMotion.class);
53 public VolumeDialogMotion(Dialog dialog, View dialogView, ViewGroup contents, View chevron,
VolumeDialog.java 123 private VolumeDialogMotion mMotion;
222 mMotion = new VolumeDialogMotion(mDialog, mDialogView, mDialogContentView, mExpandButton,
223 new VolumeDialogMotion.Callback() {
    [all...]

Completed in 49 milliseconds