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

  /frameworks/base/core/java/android/animation/
ValueAnimator.java 207 private int mRepeatMode = RESTART;
580 if (mRepeatMode == REVERSE) {
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 168 int mRepeatMode = RESTART;
530 mRepeatMode = repeatMode;
703 return mRepeatMode;
885 if (mRepeatMode == REVERSE) {
    [all...]
AnimationSet.java 446 final int repeatMode = mRepeatMode;
  /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/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 264 milliseconds