HomeSort by relevance Sort by last modified time
    Searched full:repeatcount (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
combo.xml 6 android:repeatCount="1"
12 android:repeatCount="1"
26 android:repeatCount="1"
32 android:repeatCount="1"
scale.xml 19 android:repeatCount="1"
25 android:repeatCount="1"
fade.xml 18 android:repeatCount="1"
move.xml 18 android:repeatCount="1"
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateColor-repeat-indefinite.svg 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
animateTransform-repeat-once.svg 3 <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
  /external/replicaisland/res/anim/
button_flicker.xml 6 android:repeatCount="7"
fade_in_out.xml 6 android:repeatCount="-1"
wait_message_fade.xml 6 android:repeatCount="-1"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleModel.js 138 msg.repeatCount = msg.repeatCount + msg.repeatDelta;
147 msgCopy.repeatCount = (count - prevRepeatCount) || 1;
148 msgCopy.repeatDelta = msgCopy.repeatCount;
163 * @param {number=} repeatCount
165 WebInspector.ConsoleMessage = function(source, level, url, line, column, repeatCount)
174 repeatCount = repeatCount || 1;
175 this.repeatCount = repeatCount;
    [all...]
  /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;
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 93 int repeatCount = 0;
96 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
105 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
118 int repeatCount = 1;
121 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
124 repeatCount = 1;
126 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
130 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
211 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
  /external/chromium/chrome/browser/resources/shared/images/
throbber.svg 10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformDistance.cpp 113 SVGTransform SVGTransformDistance::addSVGTransforms(const SVGTransform& first, const SVGTransform& second, unsigned repeatCount)
125 transform.setRotate(first.angle() + second.angle() * repeatCount, first.rotationCenter().x() + second.rotationCenter().x() * repeatCount, first.rotationCenter().y() + second.rotationCenter().y() * repeatCount);
129 float dx = first.translate().x() + second.translate().x() * repeatCount;
130 float dy = first.translate().y() + second.translate().y() * repeatCount;
136 scale.scale(repeatCount);
142 transform.setSkewX(first.angle() + second.angle() * repeatCount);
145 transform.setSkewY(first.angle() + second.angle() * repeatCount);
SVGAnimatedColor.cpp 65 void SVGAnimatedColorAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated)
86 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.red(), toColor.red(), toAtEndOfDurationColor.red(), animatedRed);
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.green(), toColor.green(), toAtEndOfDurationColor.green(), animatedGreen);
92 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(), toAtEndOfDurationColor.blue(), animatedBlue);
95 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.alpha(), toColor.alpha(), toAtEndOfDurationColor.alpha(), animatedAlpha);
SVGAnimatedRect.cpp 74 void SVGAnimatedRectAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated)
88 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtEndOfDurationRect.x(), animatedX);
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtEndOfDurationRect.y(), animatedY);
90 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.width(), toRect.width(), toAtEndOfDurationRect.width(), animatedWidth);
91 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.height(), toRect.height(), toAtEndOfDurationRect.height(), animatedHeight);
SVGAnimatedInteger.cpp 74 void SVGAnimatedIntegerAnimator::calculateAnimatedInteger(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger)
77 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedNumber);
81 void SVGAnimatedIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated)
91 calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedInteger);
SVGAnimatedInteger.h 48 static void calculateAnimatedInteger(SVGAnimationElement*, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger);
58 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*);
  /external/chromium_org/ui/webui/resources/images/
throbber.svg 10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 49 static void Interpolator_setRepeatMirror(JNIEnv* env, jobject clazz, SkInterpolator* interp, float repeatCount, jboolean mirror)
51 if (repeatCount > 32000)
52 repeatCount = 32000;
54 interp->setRepeatCount(SkFloatToScalar(repeatCount));
  /development/samples/ApiDemos/res/anim/
animator_set.xml 23 android:repeatCount="1"
30 android:repeatCount="1"
animator.xml 22 android:repeatCount="1"
color_animator.xml 22 android:repeatCount="1"
object_animator.xml 22 android:repeatCount="1"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 6 android:repeatCount : Defines how many times the animation should repeat. [integer, enum]

Completed in 1651 milliseconds

1 2 3 4 5 6 7 8 9