Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java66 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
DVibrationEffectSegment.java146 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
DStepSegment.java164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DBasicPwleSegment.java161 public BasicPwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DRampSegment.java177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DPwleSegment.java173 public PwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DPrimitiveSegment.java148 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
/frameworks/base/core/java/android/os/
DVibrationEffect.java631 public abstract VibrationEffect applyEffectStrength(int effectStrength); in applyEffectStrength()
767 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorControllerTest.java373 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
DVibratorManagerServiceTest.java3972 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp310 Aidl::EffectStrength effectStrength = static_cast<Aidl::EffectStrength>(strength); in vibratorPerformEffect() local