Home
last modified time | relevance | path

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

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestView.java56 private int currentTextSize; field in BiDiTestView
90 currentTextSize = size; in setCurrentTextSize()
101 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
104 true, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
107 false, true, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
110 true, true, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
113 deltaX = testString(canvas, NORMAL_LONG_TEXT, ORIGIN, ORIGIN + 2 * currentTextSize, in onDraw()
114 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
117 deltaX = testString(canvas, NORMAL_LONG_TEXT_2, ORIGIN, ORIGIN + 4 * currentTextSize, in onDraw()
118 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
[all …]