Searched defs:getTransformation (Results 1 - 10 of 10) 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.java37 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/support/v7/appcompat/src/android/support/v7/internal/text/
H A DAllCapsTransformationMethod.java37 public CharSequence getTransformation(CharSequence source, View view) { method in class:AllCapsTransformationMethod
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java346 public CharSequence getTransformation(CharSequence source, View view) { method in class:CarrierText.CarrierTextTransformationMethod
347 source = super.getTransformation(source, view);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java177 thumbnailAnimation.getTransformation(currentTime, thumbnailTransformation);
219 boolean hasMoreFrames = animation.getTransformation(currentTime, transformation);
388 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 849 milliseconds