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

/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java41 * <li>duration, repeatMode, fillBefore, fillAfter: These properties, when set
154 public void setFillAfter(boolean fillAfter) { argument
156 super.setFillAfter(fillAfter);
444 final boolean fillAfter = mFillAfter;
466 a.setFillAfter(fillAfter);
H A DAnimation.java226 * fillBefore set to true and fillAfter set to false
601 * If fillAfter is true, the transformation that this animation performed
607 * @param fillAfter true if the animation should apply its transformation after it ends
612 public void setFillAfter(boolean fillAfter) { argument
613 mFillAfter = fillAfter;
739 * If fillAfter is true, this animation will apply its transformation

Completed in 2633 milliseconds