Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java1175 final TextPaint activePaint = mActivePaint; in handleRun() local
1176 activePaint.set(mPaint); in handleRun()
1202 activePaint.set(wp); in handleRun()
1203 } else if (!wp.hasEqualAttributes(activePaint)) { in handleRun()
1207 activePaint.setHyphenEdit(adjustHyphenEdit( in handleRun()
1209 x += handleText(activePaint, activeStart, activeEnd, i, inext, runIsRtl, c, x, in handleRun()
1214 activePaint.set(wp); in handleRun()
1232 activePaint.setHyphenEdit(adjustHyphenEdit( in handleRun()
1234 x += handleText(activePaint, activeStart, activeEnd, i, inext, runIsRtl, c, x, in handleRun()