HomeSort by relevance Sort by last modified time
    Searched refs:mStepSize (Results 1 - 8 of 8) sorted by null

  /frameworks/support/interpolator/src/main/java/androidx/interpolator/view/animation/
LookupTableInterpolator.java 28 private final float mStepSize;
32 mStepSize = 1f / (mValues.length - 1);
49 float quantized = position * mStepSize;
51 float weight = diff / mStepSize;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TimerProgressBar.java 60 private long mStepSize;
72 int progress = (int) ((currentTime - mStartTime) / mStepSize);
77 mHandler.postDelayed(this, mStepSize);
99 mStepSize = stepSize;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 35 private float mStepSize = 0.05f;
61 mValue += mStepSize;
  /packages/services/Car/service/src/com/android/car/
CarVolumeGroup.java 53 private int mStepSize = 0;
94 mStepSize = info.getAudioGain().stepValue();
97 info.getAudioGain().stepValue() == mStepSize,
167 return mMinGain + gainIndex * mStepSize;
174 return (gainInMillibel - mMinGain) / mStepSize;
  /frameworks/av/media/mtp/
MtpProperty.cpp 170 if (!readValue(packet, mStepSize)) return false;
215 writeValue(packet, mStepSize);
255 mStepSize.u.i8 = step;
260 mStepSize.u.u8 = step;
265 mStepSize.u.i16 = step;
270 mStepSize.u.u16 = step;
275 mStepSize.u.i32 = step;
280 mStepSize.u.u32 = step;
285 mStepSize.u.i64 = step;
290 mStepSize.u.u64 = step
    [all...]
MtpProperty.h 72 MtpPropertyValue mStepSize;
  /frameworks/wilhelm/src/itf/
IPlaybackRate.cpp 166 SLpermille stepSize = thiz->mStepSize;
199 thiz->mStepSize = 0;
  /frameworks/wilhelm/src/
itfstruct.h 494 SLpermille mStepSize;

Completed in 2931 milliseconds