Searched defs:getTransformation (Results 1 - 11 of 11) 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.java42 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.java380 public CharSequence getTransformation(CharSequence source, View view) { method in class:CarrierText.CarrierTextTransformationMethod
381 source = super.getTransformation(source, view);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java215 thumbnailAnimation.getTransformation(currentTime, thumbnailTransformation);
257 boolean hasMoreFrames = animation.getTransformation(currentTime, transformation);
424 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.java55 * time when {@link #getTransformation(long, Transformation)} is invoked for the
99 * Set by {@link #getTransformation(long, Transformation)} when the animation ends.
104 * Set by {@link #getTransformation(long, Transformation)} when the animation starts.
109 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats
339 * before calling {@link #getTransformation}.
492 * {@link #getTransformation(long, Transformation)} is invoked. The time passed
509 * {@link #getTransformation(long, Transformation)} is invoked.
632 * The scale factor is set by the call to <code>getTransformation</code>. Overrides of
633 * {@link #getTransformation(long, Transformation, float)} will get this value
836 public boolean getTransformation(lon method in class:Animation
940 public boolean getTransformation(long currentTime, Transformation outTransformation, method in class:Animation
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java802 public Matrix getTransformation() { method in class:AssistStructure.ViewNode
1382 Matrix matrix = node.getTransformation();

Completed in 232 milliseconds