Home
last modified time | relevance | path

Searched defs:setTextStyle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt293 fun setTextStyle(style: Style, animation: Animation = Animation.DISABLED) { in setTextStyle() method
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt448 private fun setTextStyle( in <lambda>() method
/frameworks/base/core/java/android/view/inputmethod/
DTextAppearanceInfo.java666 public Builder setTextStyle(@Typeface.Style int textStyle) { in setTextStyle() method in TextAppearanceInfo.Builder
/frameworks/base/core/java/android/view/
DViewStructure.java281 public abstract void setTextStyle(float size, int fgColor, int bgColor, int style); in setTextStyle() method in ViewStructure
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java821 public void setTextStyle(float size, int fgColor, int bgColor, int style) { in setTextStyle() method in ViewNode.ViewStructureImpl
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java771 public void setTextStyle(int fontType, int weight, boolean italic) { in setTextStyle() method in PaintBundle
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java2094 public void setTextStyle(float size, int fgColor, int bgColor, int style) { in setTextStyle() method in AssistStructure.ViewNodeBuilder