/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | HapticGeneratorTest.java | 55 HapticGenerator effect = createHapticGenerator(); in test0_0ConstructorAndRelease() local 67 HapticGenerator effect = createHapticGenerator(); in test0_1ConstructorAndClose() local 83 HapticGenerator effect = createHapticGenerator(); in test1_0SetEnabledGetEnabled() local 99 HapticGenerator effect = HapticGenerator.create(getSessionId()); in createHapticGenerator() local
|
D | EffectBeforeAfterRule.java | 61 AudioEffect effect = new AudioEffect(effectType, in before() local 87 AudioEffect effect = new AudioEffect(entry.getKey(), in after() local
|
D | AudioEffectTest.java | 149 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test1_3GetEnabledAfterRelease() local 314 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test2_0SetEnabledGetEnabled() local 342 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, in test2_1SetEnabledAfterRelease() local 622 AudioEffect effect = null; in test3_7SetParameterAfterRelease() local 651 AudioEffect effect = null; in test3_8GetParameterAfterRelease() local
|
/cts/tests/vibrator/src/android/os/cts/ |
D | VibrationEffectTest.java | 146 VibrationEffect effect = in testOneShotEqualsWithDefaultAmplitude() local 163 VibrationEffect effect = VibrationEffect.get(id, fallback); in testCreatePrebaked() local 190 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1); in testCreateWaveform() local 259 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, -1); in testCreateWaveformWithNoAmplitudes() local 284 VibrationEffect effect = VibrationEffect.createWaveform(TEST_TIMINGS, TEST_AMPLITUDES, -1); in testWaveformEquals() local 407 VibrationEffect effect = VibrationEffect.startComposition() in testComposed() local 431 VibrationEffect effect = VibrationEffect.startComposition() in testComposedEquals() local 457 VibrationEffect effect = VibrationEffect.startComposition() in testComposedRepeatingAreEqualsAreEquals() local 469 VibrationEffect effect = VibrationEffect.startComposition() in testComposedDifferentPrimitivesNotEquals() local 480 VibrationEffect effect = VibrationEffect.startComposition() in testComposedDifferentScaleNotEquals() local [all …]
|
D | CombinedVibrationTest.java | 232 CombinedVibration effect = CombinedVibration.createParallel( in testParallelMonoCombinationDuration() local 239 CombinedVibration effect = CombinedVibration.startParallel() in testParallelStereoCombinationDuration() local 249 CombinedVibration effect = CombinedVibration.startParallel() in testParallelCombinationUnknownDuration() local 258 CombinedVibration effect = CombinedVibration.startParallel() in testParallelCombinationRepeatingDuration() local 268 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationDuration() local 278 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationUnknownDuration() local 287 CombinedVibration effect = CombinedVibration.startSequential() in testSequentialCombinationRepeatingDuration() local
|
D | VibrationEffectXmlSerializationTest.java | 113 public void testSerializeValidVibrationEffect(VibrationEffect effect, String expectedXml) in testSerializeValidVibrationEffect() 123 public void testParseSerializeRoundTrip(VibrationEffect effect, String unusedXml) in testParseSerializeRoundTrip()
|
/cts/tests/tests/effect/src/android/effect/cts/ |
D | EffectTest.java | 91 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/ |
D | PathDashPathEffectTest.java | 49 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0, in testPathDashPathEffect() local
|
D | CornerPathEffectTest.java | 56 PathEffect effect = new CornerPathEffect(RADIUS); in testCornerPathEffect() local
|
D | DiscretePathEffectTest.java | 52 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); in testDiscretePathEffect() local
|
D | DashPathEffectTest.java | 52 PathEffect effect = new DashPathEffect(PATTERN, OFFSET); in testDashPathEffect() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | EdgeEffectTests.java | 155 EdgeEffect effect = new EdgeEffect(getContext()); in testIsFinished() local 163 EdgeEffect effect = new EdgeEffect(getContext()); in testFinish() local 184 EdgeEffect effect = new EdgeEffect(getContext()); in testDistance() local 384 EdgeEffect effect = new EdgeEffect(getContext()); in testStretchEffectUsesLayer() local
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceVibratorTest.java | 140 final VibrationEffect effect; in testInputVibratorEvents() local
|
D | InputDeviceVibratorManagerTest.java | 171 final VibrationEffect effect; in testInputVibratorManagerEvents() local
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | InputHidTestCase.java | 252 final VibrationEffect effect; in testInputVibratorEvents() local 329 final VibrationEffect effect; in testInputVibratorManagerEvents() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 1363 final VibrationEffect effect = in testVibratePermission() local
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 726 String effect = parameters.getColorEffect(); in assertParameters() local
|