Searched defs:transformation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java27 final Transformation transformation = new Transformation(); field in class:AppWindowAnimator
90 transformation.clear();
91 transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
100 transformation.clear();
101 transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
184 transformation.clear();
185 final boolean more = animation.getTransformation(currentTime, transformation);
187 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation);
265 transformation.clear();
305 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 111 milliseconds