Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
112 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DVibrationEffectSegment.java113 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
DStepSegment.java136 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DPrimitiveSegment.java101 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DRampSegment.java144 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
/frameworks/base/core/java/android/os/
DVibrationEffect.java540 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()
602 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
756 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorControllerTest.java324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
DVibratorManagerServiceTest.java1935 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp565 V1_0::EffectStrength effectStrength = static_cast<V1_0::EffectStrength>(strength); in performInternal() local
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp274 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local