Home
last modified time | relevance | path

Searched refs:font_type (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java57 int font_type = mOutArray[i++]; in applyPaintChange() local
59 p.setTypeFace(font_type, weight, italic); in applyPaintChange()
199 int font_type = mArray[i++]; in toString() local
200 ret.append(" TypeFace(" + (font_type + ", " in toString()