Searched refs:mInterpolatorType (Results 1 – 3 of 3) sorted by relevance
84 switch (mInterpolatorType) { in findY()119 if (mInterpolatorType == INTERPOLATOR_TYPE_CUBIC_MONOTONIC) { in findY()200 return mInterpolatorType; in getInterpolatorType()210 mInterpolatorType = interpolatorType; in setInterpolatorType()242 status_t res = parcel->writeInt32(mInterpolatorType) in writeToParcel()297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType); in toString()327 InterpolatorType mInterpolatorType; variable
430 private final int mInterpolatorType; field in VolumeShaper.Configuration445 + ", mInterpolatorType = " + mInterpolatorType in toString()456 mOptionFlags, mDurationMs, mInterpolatorType, in hashCode()473 && mInterpolatorType == other.mInterpolatorType in equals()492 dest.writeInt(mInterpolatorType); in writeToParcel()565 mInterpolatorType = 0; in Configuration()588 mInterpolatorType = interpolatorType; in Configuration()614 return mInterpolatorType; in getInterpolatorType()772 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in VolumeShaper.Configuration.Builder794 mInterpolatorType = configuration.getInterpolatorType(); in Builder()[all …]
45020 Landroid/media/VolumeShaper$Configuration$Builder;->mInterpolatorType:I