Searched refs:getEffectId (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | PerformPrebakedVibratorStep.java | 60 prebaked.getEffectId()) + " on vibrator " in play() 64 VibrationEffect fallback = getVibration().getFallback(prebaked.getEffectId()); in play() 73 + VibrationEffect.effectIdToString(prebaked.getEffectId())); in play()
|
H A D | VibrationStats.java | 222 mVibratorEffectsUsed.put(prebaked.getEffectId(), true); in reportPerformEffect() 226 mVibratorEffectsUsed.put(prebaked.getEffectId(), false); in reportPerformEffect()
|
H A D | VibratorController.java | 218 mNativeWrapper.alwaysOnEnable(id, prebaked.getEffectId(), in updateAlwaysOn() 267 long duration = mNativeWrapper.perform(prebaked.getEffectId(), in on()
|
H A D | Vibration.java | 368 proto.write(PrebakedSegmentProto.EFFECT_ID, segment.getEffectId()); in dumpEffect()
|
H A D | VibratorManagerService.java | 1115 prebaked.getEffectId()); in fillVibrationFallbacks() 1117 vib.addFallback(prebaked.getEffectId(), fallback); in fillVibrationFallbacks()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | PrebakedSegmentTest.java | 51 assertEquals(VibrationEffect.EFFECT_CLICK, prebaked.getEffectId()); in testCreation() 93 assertEquals(medium.getEffectId(), light.getEffectId()); in testApplyEffectStrength() 99 assertEquals(medium.getEffectId(), strong.getEffectId()); in testApplyEffectStrength()
|
/aosp14/frameworks/base/core/java/android/os/vibrator/ |
H A D | PrebakedSegment.java | 53 public int getEffectId() { in getEffectId() method in PrebakedSegment
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 2586 method public int getEffectId();
|