Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DLayoutTest.java53 private final static int LINE_DESCENT = 4; field in LayoutTest
363 return LINE_DESCENT; in getLineDescent()
440 float expected_y = (i + 1) * LINE_HEIGHT - LINE_DESCENT; in testDraw()