Searched defs:activeStreamType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java717 private void reorderSliders(int activeStreamType) { argument
720 final StreamControl active = mStreamControls.get(activeStreamType);
722 Log.e(TAG, "Missing stream type! - " + activeStreamType);
726 mActiveStreamType = activeStreamType;

Completed in 63 milliseconds