HomeSort by relevance Sort by last modified time
    Searched full:repeatcount (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 247 int32_t repeatCount,
252 "action=0x%x, flags=0x%x, keyCode=%d, scanCode=%d, metaState=0x%x, repeatCount=%d,"
255 deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount,
274 msg.body.key.repeatCount = repeatCount;
891 msg->body.key.repeatCount,
    [all...]
Input.cpp 131 int32_t repeatCount,
140 mRepeatCount = repeatCount;
  /cts/tests/src/android/view/cts/
MockView.java 190 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) {
192 return super.onKeyMultiple(keyCode, repeatCount, event);
  /dalvik/vm/test/
AtomicTest.cpp 198 static int64_t testAtomicSpeedSub(int repeatCount)
207 for (i = repeatCount / 10; i != 0; i--) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBlender.cpp 299 bool SVGPathBlender::addAnimatedPath(SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer, unsigned repeatCount)
301 TemporaryChange<unsigned> change(m_addTypesCount, repeatCount);
SVGAnimateElement.cpp 98 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement)
138 m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromType.get(), m_toType.get(), toAtEndOfDurationType, resultAnimationElement->m_animatedType.get());
SVGAnimatedTypeAnimator.h 56 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*) = 0;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Animation/
balls-svg.html 145 target.lastChild.setAttribute('repeatCount', '1000');
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 83 SMILTime repeatCount() const;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceFrame.js 623 rowMessages[i].repeatCount = msg.totalRepeatCount;
662 rowMessage.repeatCount = msg.totalRepeatCount;
669 if (rowMessage.repeatCount < 2)
678 rowMessage.repeatCountElement.textContent = WebInspector.UIString(" (repeated %d times)", rowMessage.repeatCount);
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 60 EAS_I16 repeatCount; /* repeat counter */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 60 EAS_I16 repeatCount; /* repeat counter */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 61 EAS_I16 repeatCount; /* repeat counter */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
  /frameworks/av/media/libmedia/
JetPlayer.cpp 420 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
423 ALOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
424 segmentNum, libNum, repeatCount, transpose);
426 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 271 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags,
283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
298 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray,
328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
  /frameworks/base/core/java/android/view/animation/
Animation.java 539 * @param repeatCount the number of times the animation should be repeated
542 public void setRepeatCount(int repeatCount) {
543 if (repeatCount < 0) {
544 repeatCount = INFINITE;
546 mRepeatCount = repeatCount;
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 117 * repeatCount (if repeatCount!=INFINITE), the animation ends
227 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
232 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 78 android:repeatCount="<em>int</em>"
87 android:repeatCount="<em>int</em>"
183 <code>android:repeatCount</code>
197 <em>int</em>. How an animation behaves when it reaches the end of the animation. <code>android:repeatCount</code>
257 <code>android:repeatCount</code>
270 <em>int</em>. How an animation behaves when it reaches the end of the animation. <code>android:repeatCount</code>
    [all...]
  /frameworks/native/include/input/
InputTransport.h 66 int32_t repeatCount;
210 int32_t repeatCount,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 220 tracker.onKeyRepeat(msg.arg1 /* code */, msg.arg2 /* repeatCount */);
233 public void startKeyRepeatTimer(final PointerTracker tracker, final int repeatCount,
240 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 526 int repeatCount = 1;
528 KeyEvent.KEYCODE_0, repeatCount);
529 assertEquals(repeatCount, mKeyEvent.getRepeatCount());

Completed in 1947 milliseconds

1 2 3 45 6 7 8 9