Searched defs:getTransformation (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java36 public CharSequence getTransformation(CharSequence source, View view); method in interface:TransformationMethod
H A DAllCapsTransformationMethod.java41 public CharSequence getTransformation(CharSequence source, View view) { method in class:AllCapsTransformationMethod
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/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java41 public CharSequence getTransformation(CharSequence source, View view) { method in class:PagerTitleStripIcs.SingleLineAllCapsTransform
42 source = super.getTransformation(source, view);
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java136 thumbnailAnimation.getTransformation(currentTime, thumbnailTransformation);
174 final boolean more = animation.getTransformation(currentTime, transformation);
319 public boolean getTransformation(long currentTime, Transformation outTransformation) { method in class:AppWindowAnimator.DummyAnimation
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java366 * @see android.view.animation.Animation#getTransformation
369 public boolean getTransformation(long currentTime, Transformation t) { method in class:AnimationSet
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
H A DAnimation.java53 * time when {@link #getTransformation(long, Transformation)} is invoked for the
97 * Set by {@link #getTransformation(long, Transformation)} when the animation ends.
102 * Set by {@link #getTransformation(long, Transformation)} when the animation starts.
107 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats
337 * before calling {@link #getTransformation}.
490 * {@link #getTransformation(long, Transformation)} is invoked. The time passed
507 * {@link #getTransformation(long, Transformation)} is invoked.
630 * The scale factor is set by the call to <code>getTransformation</code>. Overrides of
631 * {@link #getTransformation(long, Transformation, float)} will get this value
833 public boolean getTransformation(lon method in class:Animation
937 public boolean getTransformation(long currentTime, Transformation outTransformation, method in class:Animation
[all...]

Completed in 113 milliseconds