Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/text/method/
DInsertModeTransformationMethodTest.java57 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/
DClipRectTBAnimation.java50 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/
DCarrierText.java90 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/
DTransformationMethod.java38 public CharSequence getTransformation(CharSequence source, View view); in getTransformation() method
DAllCapsTransformationMethod.java48 public CharSequence getTransformation(@Nullable CharSequence source, View view) { in getTransformation() method in AllCapsTransformationMethod
DTranslationTransformationMethod.java73 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TranslationTransformationMethod
DReplacementTransformationMethod.java52 public CharSequence getTransformation(CharSequence source, View v) { in getTransformation() method in ReplacementTransformationMethod
DInsertModeTransformationMethod.java132 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in InsertModeTransformationMethod
135 charSequence = mOldTransformationMethod.getTransformation(source, view); in getTransformation()
DPasswordTransformationMethod.java39 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in PasswordTransformationMethod
/frameworks/base/keystore/java/android/security/keystore/
DWrappedKeyEntry.java105 public String getTransformation() { in getTransformation() method in WrappedKeyEntry
/frameworks/base/services/core/java/com/android/server/wm/
DWindowChangeAnimationSpec.java142 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply()
146 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply()
DFadeAnimationController.java115 animation.getTransformation(currentPlayTime, mTransformation); in createAnimationSpec()
DWindowAnimationSpec.java123 mAnimation.getTransformation(currentPlayTime, tmp.transformation); in apply()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DViewNodeTest.java88 assertThat(mViewNode.getTransformation()).isNull(); in testUnsupportedProperties()
/frameworks/base/core/java/android/view/animation/
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()
DAnimationSet.java389 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/
DImageFloatingTextView.java92 text = transformationMethod.getTransformation(text, this); in makeSingleLayout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java141 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java129 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java158 Matrix transform = root.getTransformation();
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java464 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation() method in TextViewTest.TestTransformationMethod
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java537 rawText : transformation.getTransformation(rawText, button).toString(); in estimateOptimalSqueezedButtonTextWidth()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1398 public Matrix getTransformation() { in getTransformation() method in AssistStructure.ViewNode
2583 Matrix matrix = node.getTransformation(); in dump()
/frameworks/base/core/java/android/widget/
DSwitch.java1063 ? mSwitchTransformationMethod.getTransformation(text, this) in makeLayout()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSpi.java922 String[] parts = entry.getTransformation().split("/"); in setWrappedKeyEntry()

12