Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java773 private boolean shouldBeVisibleH(VolumeRow row, VolumeRow activeRow) { in shouldBeVisibleH() argument
774 boolean isActive = row.stream == activeRow.stream; in shouldBeVisibleH()
787 if (activeRow.stream == AudioSystem.STREAM_ACCESSIBILITY && in shouldBeVisibleH()
793 return activeRow.stream == STREAM_RING in shouldBeVisibleH()
794 || activeRow.stream == STREAM_ALARM in shouldBeVisibleH()
795 || activeRow.stream == STREAM_VOICE_CALL in shouldBeVisibleH()
796 || activeRow.stream == STREAM_ACCESSIBILITY in shouldBeVisibleH()
797 || mDynamic.get(activeRow.stream); in shouldBeVisibleH()
804 private void updateRowsH(final VolumeRow activeRow) { in updateRowsH() argument
811 final boolean isActive = row == activeRow; in updateRowsH()
[all …]