HomeSort by relevance Sort by last modified time
    Searched full:activerow (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogImpl.java 591 private boolean shouldBeVisibleH(VolumeRow row, VolumeRow activeRow) {
592 boolean isActive = row.stream == activeRow.stream;
599 if (activeRow.stream == AudioSystem.STREAM_ACCESSIBILITY &&
609 return activeRow.stream == STREAM_RING
610 || activeRow.stream == STREAM_ALARM
611 || activeRow.stream == STREAM_VOICE_CALL
612 || activeRow.stream == STREAM_ACCESSIBILITY
613 || mDynamic.get(activeRow.stream);
619 private void updateRowsH(final VolumeRow activeRow) {
626 final boolean isActive = row == activeRow;
    [all...]

Completed in 979 milliseconds