HomeSort by relevance Sort by last modified time
    Searched refs:repeatCount (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java 22 private int repeatCount;
78 public void setRepeatCount(int repeatCount) {
79 this.repeatCount = repeatCount;
84 return repeatCount;
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
eas_imelodydata.h 60 EAS_I16 repeatCount; /* repeat counter */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
eas_imelodydata.h 60 EAS_I16 repeatCount; /* repeat counter */
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
eas_tcdata.h 56 EAS_I8 repeatCount; /* note repeat counter */
eas_imelodydata.h 61 EAS_I16 repeatCount; /* repeat counter */
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 103 * are repeatCount = 1, and mirror = false.
105 public void setRepeatMirror(float repeatCount, boolean mirror) {
106 if (repeatCount >= 0) {
107 nativeSetRepeatMirror(native_instance, repeatCount, mirror);
160 private static native void nativeSetRepeatMirror(long native_instance, float repeatCount, boolean mirror);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.cpp 61 void SVGColorProperty::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
77 animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.red(), toColor.red(), toAtEndOfDurationColor.red(), animatedRed);
80 animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.green(), toColor.green(), toAtEndOfDurationColor.green(), animatedGreen);
83 animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(), toAtEndOfDurationColor.blue(), animatedBlue);
86 animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.alpha(), toColor.alpha(), toAtEndOfDurationColor.alpha(), animatedAlpha);
SVGPathBlender.h 39 bool addAnimatedPath(SVGPathSource*, SVGPathSource*, SVGPathConsumer*, unsigned repeatCount);
SVGPathUtilities.h 47 bool addToSVGPathByteStream(SVGPathByteStream*, const SVGPathByteStream*, unsigned repeatCount = 1);
SVGString.cpp 32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGTransformDistance.cpp 114 PassRefPtr<SVGTransform> SVGTransformDistance::addSVGTransforms(PassRefPtr<SVGTransform> passFirst, PassRefPtr<SVGTransform> passSecond, unsigned repeatCount)
128 transform->setRotate(first->angle() + second->angle() * repeatCount, first->rotationCenter().x() + second->rotationCenter().x() * repeatCount, first->rotationCenter().y() + second->rotationCenter().y() * repeatCount);
132 float dx = first->translate().x() + second->translate().x() * repeatCount;
133 float dy = first->translate().y() + second->translate().y() * repeatCount;
139 scale.scale(repeatCount);
145 transform->setSkewX(first->angle() + second->angle() * repeatCount);
148 transform->setSkewY(first->angle() + second->angle() * repeatCount);
SVGTransformDistance.h 37 static PassRefPtr<SVGTransform> addSVGTransforms(PassRefPtr<SVGTransform>, PassRefPtr<SVGTransform>, unsigned repeatCount = 1);
SVGRect.cpp 138 void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*)
149 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->x(), toRect->x(), toAtEndOfDurationRect->x(), animatedX);
150 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->y(), toRect->y(), toAtEndOfDurationRect->y(), animatedY);
151 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->width(), toRect->width(), toAtEndOfDurationRect->width(), animatedWidth);
152 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->height(), toRect->height(), toAtEndOfDurationRect->height(), animatedHeight);
SVGIntegerOptionalInteger.cpp 93 void SVGIntegerOptionalInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
103 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger->firstInteger()->value(), toInteger->firstInteger()->value(), toAtEndOfDurationInteger->firstInteger()->value(), x);
104 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger->secondInteger()->value(), toInteger->secondInteger()->value(), toAtEndOfDurationInteger->secondInteger()->value(), y);
SVGNumberOptionalNumber.cpp 90 void SVGNumberOptionalNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
100 animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumber->firstNumber()->value(), toNumber->firstNumber()->value(), toAtEndOfDurationNumber->firstNumber()->value(), x);
101 animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumber->secondNumber()->value(), toNumber->secondNumber()->value(), toAtEndOfDurationNumber->secondNumber()->value(), y);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjector.java 46 int repeatCount = event.getRepeatCount();
67 repeatCount,
78 repeatCount,
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 87 int repeatCount = 0;
90 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
99 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
112 int repeatCount = 1;
115 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
118 repeatCount = 1;
120 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
124 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
205 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 41 static void Interpolator_setRepeatMirror(JNIEnv* env, jobject clazz, jlong interpHandle, jfloat repeatCount, jboolean mirror)
44 if (repeatCount > 32000)
45 repeatCount = 32000;
47 interp->setRepeatCount(repeatCount);
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 50 @param repeatCount Multiplies the total time by this scalar.
52 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; }
  /external/skia/include/utils/
SkInterpolator.h 50 @param repeatCount Multiplies the total time by this scalar.
52 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 29 * @param repeatCount how many times the key was repeated. Zero if it is the first press.
32 public void onPressKey(int primaryCode, int repeatCount, boolean isSinglePointer);
108 public void onPressKey(int primaryCode, int repeatCount, boolean isSinglePointer) {}
  /frameworks/base/media/java/android/media/
JetPlayer.java 268 * @param repeatCount the number of times the segment will be repeated. 0 means the segment will
283 public boolean queueJetSegment(int segmentNum, int libNum, int repeatCount,
285 return native_queueJetSegment(segmentNum, libNum, repeatCount,
296 * @param repeatCount the number of times the segment will be repeated. 0 means the segment will
312 public boolean queueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount,
317 return native_queueJetSegmentMuteArray(segmentNum, libNum, repeatCount,
515 * @param repeatCount the repetition count for the segment (0 means it plays once)
517 void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount);
550 int repeatCount, int transpose, int muteFlags, byte userID);
552 int repeatCount, int transpose, boolean[] muteArray, byte userID)
    [all...]

Completed in 1217 milliseconds

1 2 3 4 5 6 7 8 9