Searched defs:fillEnabled (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 33 milliseconds