Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java68 private static final int METRICS_BOTTOM = 50; field in BoringLayoutTest
79 METRICS_BOTTOM,
114 final int height = METRICS_BOTTOM - METRICS_TOP; in verifyMultAddScale()
209 final int height = METRICS_BOTTOM - METRICS_TOP; in testGetLineDescent_withIncludePadding()
232 assertEquals(METRICS_BOTTOM - METRICS_DESCENT, mBoringLayout.getBottomPadding()); in testIncludePadding()
233 assertEquals(METRICS_BOTTOM - METRICS_TOP, mBoringLayout.getHeight()); in testIncludePadding()