Home
last modified time | relevance | path

Searched refs:addStep (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DVibrationEffectTest.java125 .addStep(/* amplitude= */ 1, /* duration= */ 10) in testValidateWaveform()
127 .addStep(/* amplitude= */ 1, /* frequency*/ 1, /* duration= */ 100) in testValidateWaveform()
149 .addStep(/* amplitude= */ -2, 10).build().validate()); in testValidateWaveform()
152 .addStep(1, /* duration= */ -1).build().validate()); in testValidateWaveform()
155 .addStep(1, 0, /* duration= */ -1).build().validate()); in testValidateWaveform()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupWizardActivity.java166 mSetupStepGroup.addStep(step1); in onCreate()
179 mSetupStepGroup.addStep(step2); in onCreate()
192 mSetupStepGroup.addStep(step3); in onCreate()
502 public void addStep(final SetupStep step) {
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java983 public WaveformBuilder addStep(@FloatRange(from = 0f, to = 1f) float amplitude, in addStep() method in VibrationEffect.WaveformBuilder
985 return addStep(amplitude, getPreviousFrequency(), duration); in addStep()
1001 public WaveformBuilder addStep(@FloatRange(from = 0f, to = 1f) float amplitude, in addStep() method in VibrationEffect.WaveformBuilder
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java554 .addStep(1, 10) in vibrate_singleVibratorPwle_runsComposePwle()
556 .addStep(0.8f, 1, 30) in vibrate_singleVibratorPwle_runsComposePwle()
590 .addStep(1, 10) in vibrate_singleVibratorLargePwle_splitsVibratorComposeCalls()
592 .addStep(0.8f, 1, 30) in vibrate_singleVibratorLargePwle_splitsVibratorComposeCalls()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java1656 waveform.addStep(amplitudes.get(i), frequencies.get(i), durations.get(i)); in addWaveformToComposition()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1849 …method @NonNull public android.os.VibrationEffect.WaveformBuilder addStep(@FloatRange(from=0.0f, t…
1850 …method @NonNull public android.os.VibrationEffect.WaveformBuilder addStep(@FloatRange(from=0.0f, t…