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.java55 private int currentTextSize; field in BiDiTestView
88 currentTextSize = size; in setCurrentTextSize()
99 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
102 true, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
105 false, true, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
108 true, true, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
111 deltaX = testString(canvas, NORMAL_LONG_TEXT, ORIGIN, ORIGIN + 2 * currentTextSize, in onDraw()
112 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
115 deltaX = testString(canvas, NORMAL_LONG_TEXT_2, ORIGIN, ORIGIN + 4 * currentTextSize, in onDraw()
116 false, false, Paint.DIRECTION_LTR, currentTextSize); in onDraw()
[all …]