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

/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java33 * (for example, duration or fillBefore), the values of AnimationSet
41 * <li>duration, repeatMode, fillBefore, fillAfter: These properties, when set
160 public void setFillBefore(boolean fillBefore) { argument
162 super.setFillBefore(fillBefore);
445 final boolean fillBefore = mFillBefore;
469 a.setFillBefore(fillBefore);
H A DAnimation.java140 * Indicates whether fillBefore should be taken into account.
226 * fillBefore set to true and fillAfter set to false
558 * If fillEnabled is true, this animation will apply the value of fillBefore.
560 * @return true if the animation will take fillBefore into account
568 * If fillEnabled is true, the animation will apply the value of fillBefore.
569 * Otherwise, fillBefore is ignored and the animation
572 * @param fillEnabled true if the animation should take the value of fillBefore into account
583 * If fillBefore is true, this animation will apply its transformation
591 * @param fillBefore true if the animation should apply its transformation before it starts
596 public void setFillBefore(boolean fillBefore) { argument
[all...]

Completed in 51 milliseconds