Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DHapticGeneratorTest.java41 HapticGenerator effect = createHapticGenerator(); in test0_0ConstructorAndRelease() local
52 HapticGenerator effect = createHapticGenerator(); in test0_1ConstructorAndClose() local
67 HapticGenerator effect = createHapticGenerator(); in test1_0SetEnabledGetEnabled() local
83 HapticGenerator effect = HapticGenerator.create(getSessionId()); in createHapticGenerator() local
DAudioEffectTest.java136 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test1_3GetEnabledAfterRelease() local
290 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test2_0SetEnabledGetEnabled() local
317 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test2_1SetEnabledAfterRelease() local
589 AudioEffect effect = null; in test3_7SetParameterAfterRelease() local
617 AudioEffect effect = null; in test3_8GetParameterAfterRelease() local
/cts/tests/tests/os/src/android/os/cts/
DVibrationEffectTest.java138 VibrationEffect effect = in testOneShotEqualsWithDefaultAmplitude() local
155 VibrationEffect effect = VibrationEffect.get(id, fallback); in testCreatePrebaked() local
182 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1); in testCreateWaveform() local
247 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, -1); in testCreateWaveformWithNoAmplitudes() local
272 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1); in testWaveformEquals() local
395 VibrationEffect effect = VibrationEffect.startComposition() in testComposed() local
419 VibrationEffect effect = VibrationEffect.startComposition() in testComposedEquals() local
438 VibrationEffect effect = VibrationEffect.startComposition() in testComposedDifferentPrimitivesNotEquals() local
449 VibrationEffect effect = VibrationEffect.startComposition() in testComposedDifferentScaleNotEquals() local
460 VibrationEffect effect = VibrationEffect.startComposition() in testComposedDifferentDelayNotEquals() local
[all …]
DCombinedVibrationTest.java231 CombinedVibration effect = CombinedVibration.createParallel( in testParallelMonoCombinationDuration() local
238 CombinedVibration effect = CombinedVibration.startParallel() in testParallelStereoCombinationDuration() local
248 CombinedVibration effect = CombinedVibration.startParallel() in testParallelCombinationUnknownDuration() local
257 CombinedVibration effect = CombinedVibration.startParallel() in testParallelCombinationRepeatingDuration() local
267 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationDuration() local
277 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationUnknownDuration() local
286 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationRepeatingDuration() local
/cts/tests/tests/effect/src/android/effect/cts/
DEffectTest.java91 Effect effect = factory.createEffect(effectName); in test5_effectCreate() local
100 Effect effect = factory.createEffect(EffectFactory.EFFECT_SEPIA); in test6_effectApply() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathDashPathEffectTest.java49 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0, in testPathDashPathEffect() local
DCornerPathEffectTest.java56 PathEffect effect = new CornerPathEffect(RADIUS); in testCornerPathEffect() local
DDiscretePathEffectTest.java52 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); in testDiscretePathEffect() local
DDashPathEffectTest.java52 PathEffect effect = new DashPathEffect(PATTERN, OFFSET); in testDashPathEffect() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DEdgeEffectTests.java160 EdgeEffect effect = new EdgeEffect(getContext()); in testIsFinished() local
168 EdgeEffect effect = new EdgeEffect(getContext()); in testFinish() local
189 EdgeEffect effect = new EdgeEffect(getContext()); in testDistance() local
389 EdgeEffect effect = new EdgeEffect(getContext()); in testStretchEffectUsesLayer() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java139 final VibrationEffect effect; in testInputVibratorEvents() local
DInputDeviceVibratorManagerTest.java165 final VibrationEffect effect; in testInputVibratorManagerEvents() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java261 final VibrationEffect effect; in testInputVibratorEvents() local
338 final VibrationEffect effect; in testInputVibratorManagerEvents() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1363 final VibrationEffect effect = in testVibratePermission() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java725 String effect = parameters.getColorEffect(); in assertParameters() local