HomeSort by relevance Sort by last modified time
    Searched defs:mAnimationScheduled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/animation/
ValueAnimator.java 597 private boolean mAnimationScheduled;
681 mAnimationScheduled = false;
686 if (!mAnimationScheduled) {
688 mAnimationScheduled = true;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 662 boolean mAnimationScheduled;
    [all...]

Completed in 395 milliseconds