Home
last modified time | relevance | path

Searched defs:effectStrength (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
90 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DVibrationEffectSegment.java91 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
H A DPrimitiveSegment.java91 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DStepSegment.java118 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DRampSegment.java126 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java475 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()
537 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
657 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java310 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp556 V1_0::EffectStrength effectStrength = static_cast<V1_0::EffectStrength>(strength); in performInternal() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp274 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local