Searched refs:START_ON_FIRST_FRAME (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java56 public static final int START_ON_FIRST_FRAME = -1; field in class:Animation
489 * {@link #START_ON_FIRST_FRAME}, the animation will start the first time
667 * this method might return {@link #START_ON_FIRST_FRAME}.
670 * {@link #START_ON_FIRST_FRAME}
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java631 mAnimation.setStartTime(Animation.START_ON_FIRST_FRAME);
/frameworks/base/core/java/android/widget/
H A DProgressBar.java884 mAnimation.setStartTime(Animation.START_ON_FIRST_FRAME);
/frameworks/base/core/java/android/view/
H A DView.java16790 animation.setStartTime(Animation.START_ON_FIRST_FRAME);
16825 // the next frame we draw. Keeping the START_ON_FIRST_FRAME start time
16828 animation.getStartTime() == Animation.START_ON_FIRST_FRAME) {

Completed in 181 milliseconds