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

  /frameworks/support/v4/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;
  /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);
245 mStepSize.u.i8 = step;
250 mStepSize.u.u8 = step;
255 mStepSize.u.i16 = step;
260 mStepSize.u.u16 = step;
265 mStepSize.u.i32 = step;
270 mStepSize.u.u32 = step;
275 mStepSize.u.i64 = step;
280 mStepSize.u.u64 = step
    [all...]
MtpProperty.h 70 MtpPropertyValue mStepSize;
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 166 SLpermille stepSize = thiz->mStepSize;
199 thiz->mStepSize = 0;
  /frameworks/wilhelm/src/
itfstruct.h 492 SLpermille mStepSize;
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 87 milliseconds