Searched refs:getTransformation (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java37 public CharSequence getTransformation(CharSequence source, View view); method in interface:TransformationMethod
H A DReplacementTransformationMethod.java52 public CharSequence getTransformation(CharSequence source, View v) { method in class:ReplacementTransformationMethod
H A DPasswordTransformationMethod.java38 public CharSequence getTransformation(CharSequence source, View view) { method in class:PasswordTransformationMethod
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java297 * @see android.view.animation.Animation#getTransformation
300 public boolean getTransformation(long currentTime, Transformation t) { method in class:AnimationSet
315 more = a.getTransformation(currentTime, temp) || more;
H A DAnimation.java50 * time when {@link #getTransformation(long, Transformation)} is invoked for the
91 * Set by {@link #getTransformation(long, Transformation)} when the animation ends.
96 * Set by {@link #getTransformation(long, Transformation)} when the animation starts.
101 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats
306 * before calling {@link #getTransformation}.
426 * {@link #getTransformation(long, Transformation)} is invoked. The time passed
443 * {@link #getTransformation(long, Transformation)} is invoked.
737 public boolean getTransformation(long currentTime, Transformation outTransformation) { method in class:Animation
829 * Helper for getTransformation. Subclasses should implement this to apply
/frameworks/base/core/java/android/widget/
H A DProgressBar.java839 mAnimation.getTransformation(time, mTransformation);
H A DTextView.java2688 mTransformed = mTransformation.getTransformation(text, this);
/frameworks/base/core/java/android/view/
H A DViewGroup.java1511 more = a.getTransformation(drawingTime, mChildTransformation);
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java6561 final boolean more = mAnimation.getTransformation(
7536 final boolean more = animation.getTransformation(
7738 public boolean getTransformation(long currentTime, Transformation outTransformation) { method in class:WindowManagerService.DummyAnimation

Completed in 158 milliseconds