Searched refs:interpolatorType (Results 1 – 3 of 3) sorted by relevance
46 InterpolatorType interpolatorType = InterpolatorType::CUBIC,51 setInterpolatorType(interpolatorType); in mCache()197 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType() argument198 switch (interpolatorType) { in setInterpolatorType()204 mInterpolatorType = interpolatorType; in setInterpolatorType()207 ALOGE("invalid interpolatorType: %d", static_cast<int>(interpolatorType)); in setInterpolatorType()
526 final int interpolatorType = interpolatorTypeFromAidl( in fromParcelable() local546 interpolatorType, in fromParcelable()679 @InterpolatorType int interpolatorType, in Configuration() argument686 mInterpolatorType = interpolatorType; in Configuration()927 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument928 switch (interpolatorType) { in setInterpolatorType()933 mInterpolatorType = interpolatorType; in setInterpolatorType()937 + interpolatorType); in setInterpolatorType()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...