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.java132 * Indicates whether fillBefore should be taken into account.
218 * fillBefore set to true and fillAfter set to false
550 * If fillEnabled is true, this animation will apply the value of fillBefore.
552 * @return true if the animation will take fillBefore into account
560 * If fillEnabled is true, the animation will apply the value of fillBefore.
561 * Otherwise, fillBefore is ignored and the animation
564 * @param fillEnabled true if the animation should take the value of fillBefore into account
575 * If fillBefore is true, this animation will apply its transformation
583 * @param fillBefore true if the animation should apply its transformation before it starts
588 public void setFillBefore(boolean fillBefore) { argument
[all...]

Completed in 55 milliseconds