Home
last modified time | relevance | path

Searched refs:getStepValue (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DToggleRangeBehavior.kt159 val step = rangeTemplate.getStepValue().toDouble()
312 return f - rangeTemplate.getStepValue()
315 f += rangeTemplate.getStepValue()
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarVolumeGroup.java383 mStepSize = info.getStepValue(); in setDeviceInfoForContext()
386 info.getStepValue() == mStepSize, in setDeviceInfoForContext()
H A DCarAudioDeviceInfo.java114 int getStepValue() { in getStepValue() method in CarAudioDeviceInfo
/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DRangeTemplate.java127 public float getStepValue() { in getStepValue() method in RangeTemplate
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesHelperLegacyTest.java297 when(deviceInfo1.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()
300 when(deviceInfo2.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()
H A DCarAudioZonesHelperTest.java121 when(cadiMock.getStepValue()).thenReturn(1); in generateCarAudioDeviceInfo()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarVolumeGroupUnitTest.java107 .setStepValue(mMediaDeviceInfo.getStepValue() + 1).build(); in setDeviceInfoForContext_withDifferentStepSize_throws()
701 when(infoMock.getStepValue()).thenReturn(mStepValue); in build()
H A DCarAudioDeviceInfoTest.java180 assertThat(info.getStepValue()).isEqualTo(STEP_SIZE); in getStepValue_returnsValueFromDeviceInfo()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() function in __anonc417c97e0110::RSKernelExpandPass
831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()
844 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandOldStyleForEach()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38441 method public float getStepValue();