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

/frameworks/base/keystore/java/android/security/keystore/
H A DWrappedKeyEntry.java78 private final String mTransformation; field in class:WrappedKeyEntry
93 mTransformation = transformation;
106 return mTransformation;
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java216 Transformation mTransformation = new Transformation(); field in class:Animation
279 animation.mTransformation = new Transformation();
1064 final Transformation tempTransformation = mTransformation;
/frameworks/base/core/java/android/widget/
H A DProgressBar.java186 private Transformation mTransformation; field in class:ProgressBar
1617 if (mTransformation == null) {
1618 mTransformation = new Transformation();
1620 mTransformation.clear();
1796 mAnimation.getTransformation(time, mTransformation);
1797 final float scale = mTransformation.getAlpha();
H A DTextView.java662 private TransformationMethod mTransformation; field in class:TextView
896 mTransformation = null;
2405 return mTransformation;
2416 if (method == mTransformation) {
2421 if (mTransformation != null) {
2423 mSpannable.removeSpan(mTransformation);
2427 mTransformation = method;
5688 if (mTransformation == null) {
5691 mTransformed = mTransformation.getTransformation(text, this);
5713 if (mTransformation !
[all...]

Completed in 105 milliseconds