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.java55 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
148 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DVibrationEffectSegment.java130 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
DStepSegment.java164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DPrimitiveSegment.java124 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
DRampSegment.java177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorControllerTest.java316 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
DVibratorManagerServiceTest.java2584 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp498 V1_0::EffectStrength effectStrength = static_cast<V1_0::EffectStrength>(strength); in performInternal() local
/frameworks/base/core/java/android/os/
DVibrationEffect.java675 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp286 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local