Searched refs:mTransformation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DProgressBar.java142 private Transformation mTransformation; field in class:ProgressBar
712 mTransformation = new Transformation();
728 mTransformation = null;
839 mAnimation.getTransformation(time, mTransformation);
840 float scale = mTransformation.getAlpha();
H A DTextView.java367 mTransformation = null;
1192 return mTransformation;
1203 if (method == mTransformation) {
1208 if (mTransformation != null) {
1210 ((Spannable) mText).removeSpan(mTransformation);
1214 mTransformation = method;
2685 if (mTransformation == null)
2688 mTransformed = mTransformation.getTransformation(text, this);
2712 if (mTransformation != null) {
2713 sp.setSpan(mTransformation,
8399 private TransformationMethod mTransformation; field in class:TextView
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java188 Transformation mTransformation = new Transformation(); field in class:Animation
238 animation.mTransformation = new Transformation();
891 final Transformation tempTransformation = mTransformation;
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5941 final Transformation mTransformation = new Transformation(); field in class:WindowManagerService.WindowState
6560 mTransformation.clear();
6562 currentTime, mTransformation);
6565 ": more=" + more + ", xform=" + mTransformation);
6588 mTransformation.clear();
6643 mTransformation.clear();
6718 ? mAttachedWindow.mTransformation : null;
6730 attachedTransformation = mWallpaperTarget.mTransformation;
6756 tmpMatrix.postConcat(mTransformation.getMatrix());
6795 mShownAlpha *= mTransformation
[all...]

Completed in 79 milliseconds