Loading aidl/android/media/InterpolatorConfig.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -22,7 +22,7 @@ import android.media.InterpolatorType; * {@hide} * {@hide} */ */ parcelable InterpolatorConfig { parcelable InterpolatorConfig { InterpolatorType type; InterpolatorType type = InterpolatorType.CUBIC; /** For cubic interpolation, the boundary conditions in slope. */ /** For cubic interpolation, the boundary conditions in slope. */ float firstSlope; float firstSlope; float lastSlope; float lastSlope; Loading aidl/android/media/VolumeShaperConfiguration.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ import android.media.VolumeShaperConfigurationType; * {@hide} * {@hide} */ */ parcelable VolumeShaperConfiguration { parcelable VolumeShaperConfiguration { VolumeShaperConfigurationType type; VolumeShaperConfigurationType type = VolumeShaperConfigurationType.ID; int id; int id; /** Bitmask, indexed by VolumeShaperConfigurationOptionFlag. */ /** Bitmask, indexed by VolumeShaperConfigurationOptionFlag. */ int optionFlags; int optionFlags; Loading include/media/Interpolator.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ public: using InterpolatorType = media::InterpolatorType; using InterpolatorType = media::InterpolatorType; explicit Interpolator( explicit Interpolator( InterpolatorType interpolatorType = InterpolatorType::LINEAR, InterpolatorType interpolatorType = InterpolatorType::CUBIC, bool cache = true) bool cache = true) : mCache(cache) : mCache(cache) , mFirstSlope(0) , mFirstSlope(0) Loading Loading
aidl/android/media/InterpolatorConfig.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -22,7 +22,7 @@ import android.media.InterpolatorType; * {@hide} * {@hide} */ */ parcelable InterpolatorConfig { parcelable InterpolatorConfig { InterpolatorType type; InterpolatorType type = InterpolatorType.CUBIC; /** For cubic interpolation, the boundary conditions in slope. */ /** For cubic interpolation, the boundary conditions in slope. */ float firstSlope; float firstSlope; float lastSlope; float lastSlope; Loading
aidl/android/media/VolumeShaperConfiguration.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ import android.media.VolumeShaperConfigurationType; * {@hide} * {@hide} */ */ parcelable VolumeShaperConfiguration { parcelable VolumeShaperConfiguration { VolumeShaperConfigurationType type; VolumeShaperConfigurationType type = VolumeShaperConfigurationType.ID; int id; int id; /** Bitmask, indexed by VolumeShaperConfigurationOptionFlag. */ /** Bitmask, indexed by VolumeShaperConfigurationOptionFlag. */ int optionFlags; int optionFlags; Loading
include/media/Interpolator.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ public: using InterpolatorType = media::InterpolatorType; using InterpolatorType = media::InterpolatorType; explicit Interpolator( explicit Interpolator( InterpolatorType interpolatorType = InterpolatorType::LINEAR, InterpolatorType interpolatorType = InterpolatorType::CUBIC, bool cache = true) bool cache = true) : mCache(cache) : mCache(cache) , mFirstSlope(0) , mFirstSlope(0) Loading