Home
last modified time | relevance | path

Searched refs:getTransformation (Results 1 – 25 of 33) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DInsertModeTransformationMethodTest.java57 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt()
71 transformationMethod.getTransformation(TEXT, sView); in transformedText_charAt_singleLine()
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()
712 .getTransformation(text, sView); in transformedText_getHighlightStartAndEnd_insertion()
771 .getTransformation(text, sView); in transformedText_getHighlightStartAndEnd_deletion()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DClipRectTBAnimation.java50 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() method in ClipRectTBAnimation
66 return super.getTransformation(currentTime, outTransformation); in getTransformation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierText.java90 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in CarrierText.CarrierTextTransformationMethod
91 source = super.getTransformation(source, view); in getTransformation()
/aosp14/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java38 public CharSequence getTransformation(CharSequence source, View view); in getTransformation() method
H A DAllCapsTransformationMethod.java48 public CharSequence getTransformation(@Nullable CharSequence source, View view) { in getTransformation() method in AllCapsTransformationMethod
H A DTranslationTransformationMethod.java73 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TranslationTransformationMethod
H A DInsertModeTransformationMethod.java132 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in InsertModeTransformationMethod
135 charSequence = mOldTransformationMethod.getTransformation(source, view); in getTransformation()
H A DReplacementTransformationMethod.java52 public CharSequence getTransformation(CharSequence source, View v) { in getTransformation() method in ReplacementTransformationMethod
H A DPasswordTransformationMethod.java39 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in PasswordTransformationMethod
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DWrappedKeyEntry.java105 public String getTransformation() { in getTransformation() method in WrappedKeyEntry
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowChangeAnimationSpec.java142 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply()
146 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply()
H A DFadeAnimationController.java115 animation.getTransformation(currentPlayTime, mTransformation); in createAnimationSpec()
H A DWindowAnimationSpec.java123 mAnimation.getTransformation(currentPlayTime, tmp.transformation); in apply()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1009 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()
H A DAnimationSet.java389 public boolean getTransformation(long currentTime, Transformation t) { in getTransformation() method in AnimationSet
404 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; in getTransformation()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DViewNodeTest.java88 assertThat(mViewNode.getTransformation()).isNull(); in testUnsupportedProperties()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java78 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java129 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationAdapter.java140 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java158 Matrix transform = root.getTransformation();
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java464 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TextViewTest.TestTransformationMethod
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java537 rawText : transformation.getTransformation(rawText, button).toString(); in estimateOptimalSqueezedButtonTextWidth()
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1331 public Matrix getTransformation() { in getTransformation() method in AssistStructure.ViewNode
2429 Matrix matrix = node.getTransformation(); in dump()
/aosp14/frameworks/base/core/java/android/widget/
H A DSwitch.java1063 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java890 String[] parts = entry.getTransformation().split("/"); in setWrappedKeyEntry()

12