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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java42 final Transformation transformation = new Transformation(); field in class:AppWindowAnimator
115 transformation.clear();
116 transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
129 transformation.clear();
130 transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
218 transformation.clear();
219 boolean hasMoreFrames = animation.getTransformation(currentTime, transformation);
229 ", xform=" + transformation);
309 transformation.clear();
364 transformation
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java119 * Indicates whether the animation transformation should be applied before the
126 * Indicates whether the animation transformation should be applied after the
562 * transformation is always applied until the animation ends.
575 * If fillBefore is true, this animation will apply its transformation
580 * animations. The transformation is not applied before the AnimationSet
583 * @param fillBefore true if the animation should apply its transformation before it starts
593 * If fillAfter is true, the transformation that this animation performed
599 * @param fillAfter true if the animation should apply its transformation after it ends
718 * If fillBefore is true, this animation will apply its transformation
720 * {@link #isFillEnabled() fillEnabled} is true, the transformation wil
1009 getInvalidateRegion(int left, int top, int right, int bottom, RectF invalidate, Transformation transformation) argument
[all...]

Completed in 86 milliseconds