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

1 2

  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
combo.xml 7 android:repeatMode="reverse"
13 android:repeatMode="reverse"
27 android:repeatMode="reverse"
33 android:repeatMode="reverse"
scale.xml 20 android:repeatMode="reverse"
26 android:repeatMode="reverse"
fade.xml 19 android:repeatMode="reverse"
move.xml 19 android:repeatMode="reverse"
  /external/replicaisland/res/anim/
button_flicker.xml 7 android:repeatMode="reverse"
fade_in_out.xml 7 android:repeatMode="reverse"
wait_message_fade.xml 7 android:repeatMode="reverse"
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java 23 private int repeatMode;
88 public void setRepeatMode(int repeatMode) {
89 this.repeatMode = repeatMode;
94 return repeatMode;
  /development/samples/ApiDemos/res/anim/
animator_set.xml 24 android:repeatMode="reverse"/>
31 android:repeatMode="reverse"/>
animator.xml 23 android:repeatMode="reverse"/>
color_animator.xml 23 android:repeatMode="reverse"/>
object_animator.xml 23 android:repeatMode="reverse"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 7 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
anim1-expected-completion56.txt 11 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
anim1-expected-completion55.txt 13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 83 int repeatCount, int repeatMode,
89 valueAnimator.setRepeatMode(repeatMode);
93 public ValueAnimator createAnimatorWithRepeatMode(int repeatMode) {
94 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, repeatMode,
114 long duration, int repeatCount, int repeatMode, TimeInterpolator timeInterpolator,
121 objAnimator.setRepeatMode(repeatMode);
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 51 void setRepeatMode(int repeatmode);
MediaPlaybackService.java 470 ed.putInt("repeatmode", mRepeatMode);
573 int repmode = mPreferences.getInt("repeatmode", REPEAT_NONE);
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 41 * <li>duration, repeatMode, fillBefore, fillAfter: These properties, when set
166 public void setRepeatMode(int repeatMode) {
168 super.setRepeatMode(repeatMode);
446 final int repeatMode = mRepeatMode;
472 a.setRepeatMode(repeatMode);
Animation.java 526 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
529 public void setRepeatMode(int repeatMode) {
530 mRepeatMode = repeatMode;
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 79 android:repeatMode=["repeat" | "reverse"]
88 android:repeatMode=["repeat" | "reverse"]
194 <code>android:repeatMode</code>
267 <code>android:repeatMode</code>
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 187 // check default repeatMode
  /frameworks/base/core/java/android/os/
Build.java 359 * the duration, fillBefore, fillAfter, repeatMode, and startOffset
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 193 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 872 milliseconds

1 2