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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java550 * If fillEnabled is true, this animation will apply the value of fillBefore.
560 * If fillEnabled is true, the animation will apply the value of fillBefore.
564 * @param fillEnabled true if the animation should take the value of fillBefore into account
570 public void setFillEnabled(boolean fillEnabled) { argument
571 mFillEnabled = fillEnabled;
720 * {@link #isFillEnabled() fillEnabled} is true, the transformation will not be applied until

Completed in 47 milliseconds