Searched defs:repeating (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/persistence/ |
D | VibrationEffectXmlSerializationTest.java | 940 VibrationEffect repeating = new VibrationEffect.WaveformEnvelopeBuilder() in testRepeating_withWaveformEnvelopeEffect_allSucceed() local 1010 VibrationEffect repeating = new VibrationEffect.BasicEnvelopeBuilder() in testRepeating_withBasicEnvelopeEffect_allSucceed() local 1081 VibrationEffect repeating = VibrationEffect.get(entry.getValue()); in testRepeating_withPredefinedEffects_allSucceed() local 1132 VibrationEffect repeating = VibrationEffect.createWaveform(new long[]{123, 456, 789, 0}, in testRepeating_withWaveformEntry_allSucceed() local 1196 VibrationEffect repeating = VibrationEffect.startComposition() in testRepeating_withPrimitives_allSucceed() local 1267 VibrationEffect repeating = VibrationEffect.get(VibrationEffect.EFFECT_TICK); in testRepeating_withMixedVibrations_allSucceed() local 1445 VibrationEffect repeating = VibrationEffect.startComposition() in testRepeatingEffect_featureFlagDisabled_allFail() local
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CaptureCallbackHolder.java | 45 Executor executor, boolean repeating, int sessionId) { in CaptureCallbackHolder()
|
D | CameraDeviceImpl.java | 1510 Executor executor, boolean repeating) throws CameraAccessException { in submitCaptureRequest()
|
/frameworks/base/core/java/android/view/ |
D | SoundEffectConstants.java | 119 @View.FocusDirection int direction, boolean repeating) { in getConstantForFocusDirection()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrorDialog.java | 194 boolean repeating; field in AppErrorDialog.Data
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 772 bool repeating, nsecs_t requestTimeNs, in convertMetadataListToRequestListLocked() 855 bool repeating, in submitRequestsHelper()
|