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

/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java27 final Transformation transformation = new Transformation(); field in class:AppWindowAnimator
82 transformation.clear();
83 transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0);
92 transformation.clear();
93 transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0);
173 transformation.clear();
174 final boolean more = animation.getTransformation(currentTime, transformation);
176 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation);
258 transformation.clear();
295 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...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1388 public void setAccessibilityTransformation(MagnificationSpec transformation) { argument
1390 Slog.i(LOG_TAG, "Transformation scale: " + transformation.mScale
1391 + " offsetX: " + transformation.mScaledOffsetX
1392 + " offsetY: " + transformation.mScaledOffsetY);
1395 mSentMagnificationSpec.updateFrom(transformation);
1397 transformation.mScale, transformation.mScaledOffsetX,
1398 transformation.mScaledOffsetY);

Completed in 246 milliseconds