Searched refs:mStepSize (Results 1 – 1 of 1) sorted by relevance
54 private int mStepSize = 0; field in CarVolumeGroup146 mStepSize = info.getAudioGain().stepValue(); in bind()149 info.getAudioGain().stepValue() == mStepSize, in bind()223 return mMinGain + gainIndex * mStepSize; in getGainForIndex()230 return (gainInMillibel - mMinGain) / mStepSize; in getIndexForGain()