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

  /frameworks/support/core-ui/java/android/support/v4/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;
  /frameworks/av/media/mtp/
MtpProperty.cpp 166 if (!readValue(packet, mStepSize)) return false;
211 writeValue(packet, mStepSize);
251 mStepSize.u.i8 = step;
256 mStepSize.u.u8 = step;
261 mStepSize.u.i16 = step;
266 mStepSize.u.u16 = step;
271 mStepSize.u.i32 = step;
276 mStepSize.u.u32 = step;
281 mStepSize.u.i64 = step;
286 mStepSize.u.u64 = step
    [all...]
MtpProperty.h 70 MtpPropertyValue mStepSize;
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
QuantumInterpolator.java 90 private final float mStepSize;
97 mStepSize = 1.0f / (mValues.length - 1);
124 float quantized = position * mStepSize;
126 float weight = difference / mStepSize;
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 166 SLpermille stepSize = thiz->mStepSize;
199 thiz->mStepSize = 0;
  /frameworks/wilhelm/src/
itfstruct.h 495 SLpermille mStepSize;
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 859 milliseconds