/frameworks/base/services/java/com/android/server/ |
D | VibratorService.java | 57 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/ |
D | Vibrator.java | 93 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()
|
D | IVibratorService.aidl | 24 void vibratePattern(in long[] pattern, int repeat, IBinder token); in vibratePattern() argument
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1316 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/ |
D | BaseMovementMethod.java | 56 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/ |
D | jetplayer.jd | 59 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
|
/frameworks/base/docs/html/resources/articles/ |
D | timed-ui-updates.jd | 55 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
|
D | qsb.jd | 124 …<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; …
|
D | window-bg-speed.jd | 104 android:tileMode="repeat" /></pre><p>This drawable is simply referenced by the theme:</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 79 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 187 … repeat 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 261 … repeat 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…
|
D | drawable-resource.jd | 177 android:tileMode=["disabled" | "clamp" | "repeat" | "mirror"] /> 258 <tr><td><code>repeat</code></td> 278 android:tileMode="repeat" />
|
D | localization.jd | 502 <p>If the test is successful, repeat it for other types of
|
D | providing-resources.jd | 1078 <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/ |
D | JsonReaderTest.java | 887 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/ |
D | notifications.jd | 253 <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/ |
D | KeyboardView.java | 266 Message repeat = Message.obtain(this, MSG_REPEAT); 267 sendMessageDelayed(repeat, REPEAT_INTERVAL);
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 430 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/ |
D | prop-animation.jd | 77 <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/ |
D | layout_tests_nontext.txt | 2975 /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
|
D | layout_tests_passed.txt | 1593 /sdcard/android/layout_tests/fast/js/repeat-cached-vm-reentry.html
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | testing_android.jd | 563 You can repeat a stream of events by running the tool each time with the same random
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 367 (such as duration, repeat, interpolation, and more) for an object's int, float, and hexadecimal
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 10205 boolean repeat; in scheduleServiceRestartLocked() 10207 repeat = false; in scheduleServiceRestartLocked() 10216 repeat = true; in scheduleServiceRestartLocked() 10220 } while (repeat); in scheduleServiceRestartLocked()
|
/frameworks/base/docs/html/sdk/ |
D | android-4.0.jd | 1783 as duration, interpolation, repeat and more. The new framework makes Animations in Android
|