Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java130 private final List<VolumeRow> mRows = new ArrayList<>();
311 VolumeRow row = new VolumeRow(); in addRow()
320 final VolumeRow row = mRows.get(i); in addExistingRows()
328 private VolumeRow getActiveRow() { in getActiveRow()
329 for (VolumeRow row : mRows) { in getActiveRow()
334 for (VolumeRow row : mRows) { in getActiveRow()
342 private VolumeRow findRow(int stream) { in findRow()
343 for (VolumeRow row : mRows) { in findRow()
369 private void initRow(final VolumeRow row, final int stream, int iconRes, int iconMuteRes, in initRow()
591 private boolean shouldBeVisibleH(VolumeRow row, VolumeRow activeRow) { in shouldBeVisibleH()
[all …]