Searched refs:getStepValue (Results 1 – 10 of 10) sorted by relevance
159 val step = rangeTemplate.getStepValue().toDouble()312 return f - rangeTemplate.getStepValue()315 f += rangeTemplate.getStepValue()
383 mStepSize = info.getStepValue(); in setDeviceInfoForContext()386 info.getStepValue() == mStepSize, in setDeviceInfoForContext()
114 int getStepValue() { in getStepValue() method in CarAudioDeviceInfo
127 public float getStepValue() { in getStepValue() method in RangeTemplate
297 when(deviceInfo1.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()300 when(deviceInfo2.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()
121 when(cadiMock.getStepValue()).thenReturn(1); in generateCarAudioDeviceInfo()
107 .setStepValue(mMediaDeviceInfo.getStepValue() + 1).build(); in setDeviceInfoForContext_withDifferentStepSize_throws()701 when(infoMock.getStepValue()).thenReturn(mStepValue); in build()
180 assertThat(info.getStepValue()).isEqualTo(STEP_SIZE); in getStepValue_returnsValueFromDeviceInfo()
235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() function in __anonc417c97e0110::RSKernelExpandPass831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()844 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandOldStyleForEach()
38441 method public float getStepValue();