Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java69 private static final int METRICS_WIDTH = 50; field in BoringLayoutTest
80 METRICS_WIDTH,
150 assertEquals((float) METRICS_WIDTH, mBoringLayout.getLineMax(0), 0.0f); in testPreconditions()
196 int expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH; in testAlignment()
198 expectedWidth = DEFAULT_OUTER_WIDTH + METRICS_WIDTH; in testAlignment()
202 expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH; in testAlignment()