Searched refs:getMaxIndex (Results 1 – 3 of 3) sorted by relevance
443 return mStreamStates[stream].getMaxIndex(); in getMaxVssVolumeForStream()3478 step = streamState.getMaxIndex(); in adjustStreamVolume()3606 mStreamStates[streamType].getMaxIndex(), streamType); in adjustStreamVolume()3967 return vgs.getMaxIndex(); in getVolumeGroupMaxVolumeIndex()4057 final int max = (mStreamStates[vi.getStreamType()].getMaxIndex() + 5) / 10; in setDeviceVolume()4572 index = streamState.getMaxIndex(); in setStreamVolume()5015 index = mStreamStates[streamType].getMaxIndex(); in getStreamVolume()5063 return (mStreamStates[streamType].getMaxIndex() + 5) / 10; in getStreamMaxVolume()5962 final int maxIndex = mStreamStates[streamAlias].getMaxIndex(); in onUpdateAudioMode()8024 public int getMaxIndex() { in getMaxIndex() method in AudioService.VolumeGroupState[all …]
1295 private int getMaxIndex() { in getMaxIndex() method in GridLayout.Axis1303 return max(definedCount, getMaxIndex()); in getCount()1307 if (count != UNDEFINED && count < getMaxIndex()) { in setCount()
67760 Landroid/widget/GridLayout$Axis;->getMaxIndex()I