Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/java/com/android/server/
DVibratorService.java57 Vibration(IBinder token, long[] pattern, int repeat, int uid) { in Vibration() argument
58 this(token, 0, pattern, repeat, uid); in Vibration()
62 int repeat, int uid) { in Vibration() argument
67 mRepeat = repeat; in Vibration()
153 public void vibratePattern(long[] pattern, int repeat, IBinder token) { in vibratePattern() argument
174 || repeat >= pattern.length || token == null) { in vibratePattern()
178 Vibration vib = new Vibration(token, pattern, repeat, uid); in vibratePattern()
188 if (repeat >= 0) { in vibratePattern()
333 int repeat = mVibration.mRepeat; in run() local
356 if (repeat < 0) { in run()
[all …]
/frameworks/base/core/java/android/os/
DVibrator.java93 public void vibrate(long[] pattern, int repeat) in vibrate() argument
102 if (repeat < pattern.length) { in vibrate()
104 mService.vibratePattern(pattern, repeat, mToken); in vibrate()
DIVibratorService.aidl24 void vibratePattern(in long[] pattern, int repeat, IBinder token); in vibratePattern() argument
/frameworks/base/core/java/android/view/
DKeyEvent.java1316 int code, int repeat) { in KeyEvent() argument
1321 mRepeatCount = repeat; in KeyEvent()
1340 int code, int repeat, int metaState) { in KeyEvent() argument
1345 mRepeatCount = repeat; in KeyEvent()
1367 int code, int repeat, int metaState, in KeyEvent() argument
1373 mRepeatCount = repeat; in KeyEvent()
1397 int code, int repeat, int metaState, in KeyEvent() argument
1403 mRepeatCount = repeat; in KeyEvent()
1429 int code, int repeat, int metaState, in KeyEvent() argument
1435 mRepeatCount = repeat; in KeyEvent()
[all …]
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java56 final int repeat = event.getRepeatCount(); in onKeyOther() local
58 for (int i = 0; i < repeat; i++) { in onKeyOther()
/frameworks/base/docs/html/guide/topics/media/
Djetplayer.jd59 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
/frameworks/base/docs/html/resources/articles/
Dtimed-ui-updates.jd55 The second means repeat every 200ms after that, until stopped. 200 ms
96 <p>But we want it to repeat, until we tell it to stop. To do this, just
Dqsb.jd124 …<span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: border; …
125 …<span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: border; …
Dwindow-bg-speed.jd104 android:tileMode="repeat" /&gt;</pre><p>This drawable is simply referenced by the theme:</p>
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd79 android:repeatMode=["repeat" | "reverse"]
88 android:repeatMode=["repeat" | "reverse"]
186 … <em>int</em>. How many times to repeat an animation. Set to <code>"-1"</code> to infinitely
187repeat or to a positive integer. For example, a value of <code>"1"</code> means that the animation
199 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a…
260 … <em>int</em>. How many times to repeat an animation. Set to <code>"-1"</code> to infinitely
261repeat or to a positive integer. For example, a value of <code>"1"</code> means that the animation
272 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a…
Ddrawable-resource.jd177 android:tileMode=["disabled" | "clamp" | "repeat" | "mirror"] /&gt;
258 <tr><td><code>repeat</code></td>
278 android:tileMode="repeat" /&gt;
Dlocalization.jd502 <p>If the test is successful, repeat it for other types of
Dproviding-resources.jd1078 <li>Go back and repeat steps 2, 3, and 4 until only one directory remains. In the example, screen
/frameworks/base/core/tests/coretests/src/android/util/
DJsonReaderTest.java887 String spaces = repeat(' ', 8192); in testFailWithPositionGreaterThanBufferSize()
904 private String repeat(char c, int count) { in repeat() method in JsonReaderTest
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd253 <p>If you want the sound to continuously repeat until the user responds to the notification
283 The pattern can be as long as you like, but it can't be set to repeat.
331 <dd>Add this to the <var>flags</var> field to repeat the audio until the
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java266 Message repeat = Message.obtain(this, MSG_REPEAT);
267 sendMessageDelayed(repeat, REPEAT_INTERVAL);
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd430 segments start and stop time and each segments quantize, transpose, repeat and
494 mute flags, repeat and transpose settings and audition the segment as it will
499 <p><b>Note</b>: the audition attributes (mute flags, repeat and transpose) are <i
554 Indicates the number of times a segment should repeat during playback</li>
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd77 <li>Repeat count and behavior: You can specify whether or not to have an animation repeat when
78 it reaches the end of a duration and how many times to repeat the animation. You can also
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt2975 /sdcard/android/layout_tests/fast/backgrounds/repeat/mask-negative-offset-repeat.html
2976 /sdcard/android/layout_tests/fast/backgrounds/repeat/negative-offset-repeat.html
2977 /sdcard/android/layout_tests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html
2978 /sdcard/android/layout_tests/fast/backgrounds/repeat/noRepeatCorrectClip.html
3175 /sdcard/android/layout_tests/fast/canvas/patternfill-repeat.html
Dlayout_tests_passed.txt1593 /sdcard/android/layout_tests/fast/js/repeat-cached-vm-reentry.html
/frameworks/base/docs/html/guide/topics/testing/
Dtesting_android.jd563 You can repeat a stream of events by running the tool each time with the same random
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd367 (such as duration, repeat, interpolation, and more) for an object's int, float, and hexadecimal
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10205 boolean repeat; in scheduleServiceRestartLocked()
10207 repeat = false; in scheduleServiceRestartLocked()
10216 repeat = true; in scheduleServiceRestartLocked()
10220 } while (repeat); in scheduleServiceRestartLocked()
/frameworks/base/docs/html/sdk/
Dandroid-4.0.jd1783 as duration, interpolation, repeat and more. The new framework makes Animations in Android