Home
last modified time | relevance | path

Searched refs:mStepValue (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DRangeTemplate.java42 private final float mStepValue; field in RangeTemplate
77 mStepValue = stepValue; in RangeTemplate()
98 mStepValue = b.getFloat(KEY_STEP_VALUE); in RangeTemplate()
128 return mStepValue; in getStepValue()
160 b.putFloat(KEY_STEP_VALUE, mStepValue); in getDataBundle()
183 if (mStepValue <= 0) { in validate()
184 throw new IllegalArgumentException(String.format("stepValue=%f <= 0", mStepValue)); in validate()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioGain.java69 private final int mStepValue; field in AudioGain
85 mStepValue = stepValue; in AudioGain()
130 return mStepValue; in stepValue()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSeekBarDialogPreference.java44 private final int mStepValue; field in SeekBarDialogPreference
57 mStepValue = a.getInt(R.styleable.SeekBarDialogPreference_stepValue, 0); in SeekBarDialogPreference()
88 if (mStepValue <= 1) { in clipValue()
91 return clippedValue - (clippedValue % mStepValue); in clipValue()
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioDeviceInfo.java54 private final int mStepValue; field in CarAudioDeviceInfo
73 mStepValue = audioGain.stepValue(); in CarAudioDeviceInfo()
115 return mStepValue; in getStepValue()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarVolumeGroupUnitTest.java670 private int mStepValue = STEP_VALUE; field in CarVolumeGroupUnitTest.InfoBuilder
680 mStepValue = stepValue; in setStepValue()
701 when(infoMock.getStepValue()).thenReturn(mStepValue); in build()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27030 Landroid/media/AudioGain;->mStepValue:I