Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java113 private void verifyMultAddScale(float spacingMult, float spacingAdd) { in verifyMultAddScale() method in BoringLayoutTest
124 verifyMultAddScale(1.0f, 0.0f); in testScale()
127 verifyMultAddScale(2.0f, 0.0f); in testScale()
128 verifyMultAddScale(0.5f, 0.0f); in testScale()
131 verifyMultAddScale(1.0f, 1.5f); in testScale()
132 verifyMultAddScale(1.0f, -1.6f); in testScale()
133 verifyMultAddScale(1.0f, 1.4f); in testScale()
134 verifyMultAddScale(1.0f, -1.4f); in testScale()
135 verifyMultAddScale(1.0f, 3.0f); in testScale()
136 verifyMultAddScale(1.0f, -3.0f); in testScale()