Searched defs:getTransformation (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | TransformationMethod.java | 38 public CharSequence getTransformation(CharSequence source, View view); in getTransformation() method
|
D | AllCapsTransformationMethod.java | 48 public CharSequence getTransformation(@Nullable CharSequence source, View view) { in getTransformation() method in AllCapsTransformationMethod
|
D | ReplacementTransformationMethod.java | 52 public CharSequence getTransformation(CharSequence source, View v) { in getTransformation() method in ReplacementTransformationMethod
|
D | PasswordTransformationMethod.java | 39 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in PasswordTransformationMethod
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | WrappedKeyEntry.java | 105 public String getTransformation() { in getTransformation() method in WrappedKeyEntry
|
/frameworks/base/services/core/java/com/android/server/wm/animation/ |
D | ClipRectTBAnimation.java | 51 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in ClipRectTBAnimation
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierText.java | 125 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in CarrierText.CarrierTextTransformationMethod
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 901 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in Animation 1027 public boolean getTransformation(long currentTime, Transformation outTransformation, in getTransformation() method
|
D | AnimationSet.java | 369 public boolean getTransformation(long currentTime, Transformation t) { in getTransformation() method in AnimationSet
|
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 1251 public Matrix getTransformation() { in getTransformation() method in AssistStructure.ViewNode
|