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

  /frameworks/av/include/media/
Interpolator.h 84 switch (mInterpolatorType) {
119 if (mInterpolatorType == INTERPOLATOR_TYPE_CUBIC_MONOTONIC) {
200 return mInterpolatorType;
210 mInterpolatorType = interpolatorType;
242 status_t res = parcel->writeInt32(mInterpolatorType)
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType);
327 InterpolatorType mInterpolatorType;
  /frameworks/base/media/java/android/media/
VolumeShaper.java 424 private final int mInterpolatorType;
437 + ", mInterpolatorType = " + mInterpolatorType
448 mOptionFlags, mDurationMs, mInterpolatorType,
465 && mInterpolatorType == other.mInterpolatorType
484 dest.writeInt(mInterpolatorType);
557 mInterpolatorType = 0;
579 mInterpolatorType = interpolatorType;
605 return mInterpolatorType;
    [all...]

Completed in 89 milliseconds