Unit |
drawableStateChanged()
|
Int |
getFirstBaselineToTopHeight()
|
Int |
getLastBaselineToBottomHeight()
|
CharSequence! |
getText()
|
TextClassifier |
getTextClassifier()
Returns the TextClassifier used by this TextView. If no TextClassifier has been set, this TextView uses the default set by the android.view.textclassifier.TextClassificationManager .
|
PrecomputedTextCompat.Params |
getTextMetricsParamsCompat()
Gets the parameters for text layout precomputation, for use with PrecomputedTextCompat .
|
InputConnection! |
onCreateInputConnection(outAttrs: EditorInfo!)
|
Unit |
onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int)
|
Unit |
onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int)
|
Unit |
onTextChanged(text: CharSequence!, start: Int, lengthBefore: Int, lengthAfter: Int)
|
Unit |
setBackgroundDrawable(@Nullable background: Drawable?)
|
Unit |
setBackgroundResource(@DrawableRes resId: Int)
|
Unit |
setCompoundDrawables(@Nullable left: Drawable?, @Nullable top: Drawable?, @Nullable right: Drawable?, @Nullable bottom: Drawable?)
|
Unit |
setCompoundDrawablesRelative(@Nullable start: Drawable?, @Nullable top: Drawable?, @Nullable end: Drawable?, @Nullable bottom: Drawable?)
|
Unit |
setCompoundDrawablesRelativeWithIntrinsicBounds(@Nullable start: Drawable?, @Nullable top: Drawable?, @Nullable end: Drawable?, @Nullable bottom: Drawable?)
|
Unit |
setCompoundDrawablesRelativeWithIntrinsicBounds(start: Int, top: Int, end: Int, bottom: Int)
|
Unit |
setCompoundDrawablesWithIntrinsicBounds(@Nullable left: Drawable?, @Nullable top: Drawable?, @Nullable right: Drawable?, @Nullable bottom: Drawable?)
|
Unit |
setCompoundDrawablesWithIntrinsicBounds(left: Int, top: Int, right: Int, bottom: Int)
|
Unit |
setCustomSelectionActionModeCallback(actionModeCallback: Callback!)
See TextViewCompat#setCustomSelectionActionModeCallback(TextView, ActionMode.Callback)
|
Unit |
setFirstBaselineToTopHeight(@Px @IntRange(0) firstBaselineToTopHeight: Int)
|
Unit |
setLastBaselineToBottomHeight(@Px @IntRange(0) lastBaselineToBottomHeight: Int)
|
Unit |
setLineHeight(@Px @IntRange(0) lineHeight: Int)
|
Unit |
setPrecomputedText(@NonNull precomputed:< |