/frameworks/base/core/java/android/text/method/ |
D | TransformationMethod.java | 36 public CharSequence getTransformation(CharSequence source, View view); in getTransformation() method
|
D | AllCapsTransformationMethod.java | 41 public CharSequence getTransformation(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 | 37 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in PasswordTransformationMethod
|
/frameworks/support/v4/ics/android/support/v4/view/ |
D | PagerTitleStripIcs.java | 41 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in PagerTitleStripIcs.SingleLineAllCapsTransform
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/ |
D | AllCapsTransformationMethod.java | 37 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in AllCapsTransformationMethod
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | CarrierText.java | 326 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in CarrierText.CarrierTextTransformationMethod
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowAnimator.java | 388 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in AppWindowAnimator.DummyAnimation
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 833 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in Animation 937 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
|