Searched refs:mInterpolatorType (Results 1 – 3 of 3) sorted by relevance
78 switch (mInterpolatorType) { in findY()113 if (mInterpolatorType == InterpolatorType::CUBIC_MONOTONIC) { in findY()194 return mInterpolatorType; in getInterpolatorType()204 mInterpolatorType = interpolatorType; in setInterpolatorType()240 config->type = mInterpolatorType; in writeToConfig()292 ss << "Interpolator{mInterpolatorType=" << media::toString(mInterpolatorType); in toString()322 InterpolatorType mInterpolatorType; variable
431 private final int mInterpolatorType; field in VolumeShaper.Configuration446 + ", mInterpolatorType = " + mInterpolatorType in toString()457 mOptionFlags, mDurationMs, mInterpolatorType, in hashCode()474 && mInterpolatorType == other.mInterpolatorType in equals()505 parcelable.type = interpolatorTypeToAidl(mInterpolatorType); in toInterpolatorParcelable()663 mInterpolatorType = 0; in Configuration()686 mInterpolatorType = interpolatorType; in Configuration()712 return mInterpolatorType; in getInterpolatorType()870 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in VolumeShaper.Configuration.Builder892 mInterpolatorType = configuration.getInterpolatorType(); in Builder()[all …]
31810 Landroid/media/VolumeShaper$Configuration$Builder;->mInterpolatorType:I