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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 35 private float mStepSize = 0.05f;
61 mValue += mStepSize;
  /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/av/media/mtp/
MtpProperty.h 72 MtpPropertyValue 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/wilhelm/src/
itfstruct.h 494 SLpermille mStepSize;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 135 milliseconds