/frameworks/base/core/java/android/os/ |
D | Vibrator.java | 103 public void vibrate(long[] pattern, int repeat) { in vibrate() argument 104 vibrate(pattern, repeat, null); in vibrate() 131 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate() argument 132 vibrate(Process.myUid(), mPackageName, pattern, repeat, attributes); in vibrate() local 148 public abstract void vibrate(int uid, String opPkg, long[] pattern, int repeat, in vibrate() argument
|
D | SystemVibrator.java | 78 public void vibrate(int uid, String opPkg, long[] pattern, int repeat, in vibrate() argument 87 if (repeat < pattern.length) { in vibrate() 89 mService.vibratePattern(uid, opPkg, pattern, repeat, usageForAttributes(attributes), in vibrate()
|
D | NullVibrator.java | 52 public void vibrate(int uid, String opPkg, long[] pattern, int repeat, in vibrate() argument 54 if (repeat >= pattern.length) { in vibrate()
|
D | IVibratorService.aidl | 24 …void vibratePattern(int uid, String opPkg, in long[] pattern, int repeat, int usageHint, IBinder t… in vibratePattern() argument
|
/frameworks/base/docs/html/ndk/reference/ |
D | tabs.css | 35 background-repeat:no-repeat; 49 background-repeat:repeat-x; 57 background-repeat:repeat-x;
|
D | doxygen.css | 545 background-repeat:repeat-x; 570 background-repeat:repeat-x; 818 background-repeat:repeat-x; 849 background-repeat:repeat-x; 867 background-repeat:no-repeat; 896 background-repeat:no-repeat; 932 background-repeat:repeat-x; 1116 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 110 Vibration(IBinder token, long[] pattern, int repeat, int usageHint, int uid, in Vibration() argument 112 this(token, 0, pattern, repeat, usageHint, uid, opPkg); in Vibration() 116 int repeat, int usageHint, int uid, String opPkg) { in Vibration() argument 121 mRepeat = repeat; in Vibration() 162 int repeat; field in VibratorService.VibrationInfo 167 public VibrationInfo(long timeout, long startTime, long[] pattern, int repeat, in VibrationInfo() argument 172 this.repeat = repeat; in VibrationInfo() 188 .append(repeat) in toString() 328 public void vibratePattern(int uid, String packageName, long[] pattern, int repeat, in vibratePattern() argument 350 || repeat >= pattern.length || token == null) { in vibratePattern() [all …]
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewGroupBindingAdapter.java | 75 final OnAnimationEnd end, final OnAnimationRepeat repeat) { in setListener() argument 76 if (start == null && end == null && repeat == null) { in setListener() 96 if (repeat != null) { in setListener() 97 repeat.onAnimationRepeat(animation); in setListener()
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1331 int code, int repeat) { in KeyEvent() argument 1336 mRepeatCount = repeat; in KeyEvent() 1355 int code, int repeat, int metaState) { in KeyEvent() argument 1360 mRepeatCount = repeat; in KeyEvent() 1382 int code, int repeat, int metaState, in KeyEvent() argument 1388 mRepeatCount = repeat; in KeyEvent() 1412 int code, int repeat, int metaState, in KeyEvent() argument 1418 mRepeatCount = repeat; in KeyEvent() 1444 int code, int repeat, int metaState, in KeyEvent() argument 1450 mRepeatCount = repeat; in KeyEvent() [all …]
|
/frameworks/base/docs/html/ndk/ |
D | index.jd | 10 <section class="dac-expand dac-hero dac-dark dac-invert" style="background-repeat:no-repeat;">
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 79 void vibrate(int deviceId, in long[] pattern, int repeat, IBinder token); in vibrate() argument
|
D | InputManager.java | 1144 public void vibrate(int uid, String opPkg, long[] pattern, int repeat, in vibrate() argument 1146 if (repeat >= pattern.length) { in vibrate() 1150 mIm.vibrate(mDeviceId, pattern, repeat, mToken); in vibrate()
|
/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/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…
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 376 ssize_t repeat, int32_t token) = 0; 475 ssize_t repeat, int32_t token); 619 void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token); 1034 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, 1088 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 497 static void injectKeyEvent(long time, int action, int keycode, int repeat) { in injectKeyEvent() argument 499 repeat, 0, KeyCharacterMap.VIRTUAL_KEYBOARD, 0, KeyEvent.FLAG_FROM_SYSTEM, in injectKeyEvent()
|
/frameworks/base/docs/html/distribute/users/ |
D | user-acquisition.jd | 75 can also tell you about <strong>new buyers</strong> and <strong>repeat
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 216 int repeat, int token); in nativeVibrate() argument 1629 public void vibrate(int deviceId, long[] pattern, int repeat, IBinder token) { in vibrate() argument 1630 if (repeat >= pattern.length) { in vibrate() 1651 nativeVibrate(mPtr, deviceId, pattern, repeat, v.mTokenValue); in vibrate()
|
/frameworks/base/docs/html/training/accessibility/ |
D | testing.jd | 112 items with multiple components in a list) do not simply repeat the same audio prompt. For 114 should not simply repeat “Bob Smith” for each item.</li>
|
/frameworks/base/docs/html/training/run-background-service/ |
D | report-status.jd | 170 repeat the call to
|
/frameworks/base/tools/fonts/ |
D | fontchain_lint.py | 510 all_two_letter_codes = itertools.product(all_letters, repeat=2)
|
/frameworks/base/docs/html/guide/webapps/ |
D | migrating.jd | 286 background: url('images/image.png') no-repeat; 294 background: url('images/image.png') no-repeat;
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 381 Message repeat = Message.obtain(this, MSG_REPEAT); in onAttachedToWindow() 382 sendMessageDelayed(repeat, REPEAT_INTERVAL); in onAttachedToWindow()
|
/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>
|