/frameworks/base/core/tests/coretests/src/android/text/method/ |
D | InsertModeTransformationMethodTest.java | 57 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt() 71 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt_singleLine() 93 final CharSequence transformedText = transformationMethod.getTransformation(text, sView); in transformedText_charAt_editing() 141 transformationMethod.getTransformation(TEXT, sView); in transformedText_subSequence() 160 transformationMethod.getTransformation(TEXT, sView); in transformedText_subSequence_singleLine() 179 transformationMethod.getTransformation(TEXT, sView); in transformedText_toString() 193 transformationMethod.getTransformation(TEXT, sView); in transformedText_toString_singleLine() 220 (Spanned) transformationMethod.getTransformation(text, sView); in transformedText_getSpans() 279 (Spanned) transformationMethod.getTransformation(text, sView); in transformedText_getSpans_singleLine() 350 (Spanned) transformationMethod.getTransformation(text, sView); in transformedText_getSpans_collapsedRange() [all …]
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | ClipRectTBAnimation.java | 50 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in ClipRectTBAnimation 66 return super.getTransformation(currentTime, outTransformation); in getTransformation()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierText.java | 90 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in CarrierText.CarrierTextTransformationMethod 91 source = super.getTransformation(source, view); in getTransformation()
|
/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 | TranslationTransformationMethod.java | 73 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TranslationTransformationMethod
|
D | ReplacementTransformationMethod.java | 52 public CharSequence getTransformation(CharSequence source, View v) { in getTransformation() method in ReplacementTransformationMethod
|
D | InsertModeTransformationMethod.java | 132 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in InsertModeTransformationMethod 135 charSequence = mOldTransformationMethod.getTransformation(source, view); in getTransformation()
|
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/ |
D | WindowChangeAnimationSpec.java | 142 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply() 146 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply()
|
D | FadeAnimationController.java | 115 animation.getTransformation(currentPlayTime, mTransformation); in createAnimationSpec()
|
D | WindowAnimationSpec.java | 123 mAnimation.getTransformation(currentPlayTime, tmp.transformation); in apply()
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ViewNodeTest.java | 88 assertThat(mViewNode.getTransformation()).isNull(); in testUnsupportedProperties()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 1009 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in Animation 1134 public boolean getTransformation(long currentTime, Transformation outTransformation, in getTransformation() method 1137 return getTransformation(currentTime, outTransformation); in getTransformation()
|
D | AnimationSet.java | 389 public boolean getTransformation(long currentTime, Transformation t) { in getTransformation() method in AnimationSet 404 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; in getTransformation()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 92 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationAdapter.java | 141 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationAdapter.java | 129 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | AssistVisualizer.java | 158 Matrix transform = root.getTransformation();
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewTest.java | 464 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TextViewTest.TestTransformationMethod
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 537 rawText : transformation.getTransformation(rawText, button).toString(); in estimateOptimalSqueezedButtonTextWidth()
|
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 1398 public Matrix getTransformation() { in getTransformation() method in AssistStructure.ViewNode 2583 Matrix matrix = node.getTransformation(); in dump()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 1063 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreSpi.java | 922 String[] parts = entry.getTransformation().split("/"); in setWrappedKeyEntry()
|