Home
last modified time | relevance | path

Searched refs:composePwle (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorController.java314 long duration = mNativeWrapper.composePwle(primitives, braking, vibrationId); in on()
466 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle() method in VibratorController.NativeWrapper
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java233 when(mNativeWrapperMock.composePwle(any(), anyInt(), anyLong())).thenReturn(15L); in on_withComposedPwle_performsEffect()
243 verify(mNativeWrapperMock).composePwle(eq(primitives), eq(Braking.NONE), eq(12L)); in on_withComposedPwle_performsEffect()
H A DFakeVibratorControllerProvider.java152 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle() method in FakeVibratorControllerProvider.FakeNativeWrapper