Home
last modified time | relevance | path

Searched defs:repeatCount (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DJetPlayerTest.java91 int repeatCount = 0; in testQueueJetSegmentMuteArray() local
118 int repeatCount = 1; in runJet() local
214 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java83 int repeatCount, int repeatMode, in createAnimator()
98 public ValueAnimator createAnimatorWithRepeatCount(int repeatCount) { in createAnimatorWithRepeatCount()
114 long duration, int repeatCount, int repeatMode, TimeInterpolator timeInterpolator, in createObjectAnimatorForInt()
DValueAnimatorTest.java79 int repeatCount = 2; in testRepeatCount() local
/cts/libs/deviceutil/src/android/cts/util/
DKeyEventUtil.java167 int repeatCount = event.getRepeatCount(); in sendKey() local
/cts/tests/tests/view/src/android/view/cts/
DMockTextView.java140 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) { in onKeyMultiple()
DKeyEventTest.java526 int repeatCount = 1; in testGetRepeatCount() local
DMockView.java189 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) { in onKeyMultiple()
/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java140 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) { in onKeyMultiple()
/cts/tests/app/app/src/android/app/stubs/
DTestDialog.java161 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) { in onKeyMultiple()