Home
last modified time | relevance | path

Searched refs:mRampDownDuration (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampDownAdapter.java46 private final int mRampDownDuration; field in RampDownAdapter
50 mRampDownDuration = rampDownDuration; in RampDownAdapter()
57 if (mRampDownDuration <= 0) { in apply()
102 if (offDuration <= mRampDownDuration) { in addRampDownToZeroAmplitudeSegments()
112 createRampDown(0, previousFrequency, offDuration - mRampDownDuration)); in addRampDownToZeroAmplitudeSegments()
160 if (offDuration > mRampDownDuration) { in addRampDownToLoop()
166 segments.set(repeatIndex, updateDuration(offSegment, offDuration - mRampDownDuration)); in addRampDownToLoop()
167 segments.add(repeatIndex, updateDuration(offSegment, mRampDownDuration)); in addRampDownToLoop()
176 Math.min(offDuration, mRampDownDuration))); in addRampDownToLoop()
181 Math.min(offDuration, mRampDownDuration))); in addRampDownToLoop()
[all …]
H A DVibrationSettings.java75 private final int mRampDownDuration; field in VibrationSettings
118 mRampDownDuration = rampDownDuration; in VibrationSettings()
225 return mRampDownDuration; in getRampDownDuration()
391 + ", mRampDownDuration=" + mRampDownDuration in toString()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java724 private int mRampDownDuration; field in AutoScrollHelper.ClampedScroller
755 mRampDownDuration = durationMillis; in setRampDownDuration()
775 mEffectiveRampDown = constrain((int) (currentTime - mStartTime), 0, mRampDownDuration); in requestStop()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt89594 Lcom/android/internal/widget/AutoScrollHelper$ClampedScroller;->mRampDownDuration:I