Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java710 updateRowsH(getActiveRow()); in initDialog()
802 private VolumeRow getActiveRow() { in getActiveRow() method in VolumeDialogImpl
1885 VolumeRow activeRow = getActiveRow();
1898 return mContext.getString(R.string.volume_dialog_title, getStreamLabelH(getActiveRow().ss));
2271 VolumeRow activeRow = getActiveRow();
2416 VolumeRow activeRow = getActiveRow();
2437 VolumeRow activeRow = getActiveRow();
2543 if (getActiveRow().equals(mRow) && mRow.slider.getVisibility() == VISIBLE) {