HomeSort by relevance Sort by last modified time
    Searched refs:mRepeatMode (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 131 mRepeatMode = repeatMode;
166 if (iteration % 2 && mRepeatMode == RepeatMode::Reverse) {
PropertyValuesAnimatorSet.h 44 RepeatMode mRepeatMode;
  /frameworks/base/core/java/android/view/animation/
Animation.java 175 int mRepeatMode = RESTART;
537 mRepeatMode = repeatMode;
710 return mRepeatMode;
893 if (mRepeatMode == REVERSE) {
    [all...]
AnimationSet.java 446 final int repeatMode = mRepeatMode;
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 211 private int mRepeatMode = RESTART;
666 if (iteration > 0 && mRepeatMode == REVERSE &&
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 115 private int mRepeatMode = REPEAT_NONE;
214 if (mRepeatMode == REPEAT_CURRENT) {
470 ed.putInt("repeatmode", mRepeatMode);
577 mRepeatMode = repmode;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 7497 milliseconds