Searched refs:STREAMS (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java230 private static final StreamResources[] STREAMS = { field in class:VolumePanel
347 for (int i = 0; i < STREAMS.length; i++) {
348 StreamResources streamRes = STREAMS[i];
605 mStreamControls = new SparseArray<StreamControl>(STREAMS.length);
607 for (int i = 0; i < STREAMS.length; i++) {
608 StreamResources streamRes = STREAMS[i];
1207 for (int i = STREAMS.length - 1 ; i >= 0 ; i--) {
1208 StreamResources streamRes = STREAMS[i];

Completed in 43 milliseconds