Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java146 int oldStyle; in apply() local
150 oldStyle = 0; in apply()
152 oldStyle = old.getStyle(); in apply()
155 int want = oldStyle | style; in apply()