Searched refs:expectedLayout (Results 1 – 2 of 2) sorted by relevance
95 final int expectedLayout = computeScreenLayout(activity); in testScreenLayout() local96 final int expectedSize = expectedLayout & SCREENLAYOUT_SIZE_MASK; in testScreenLayout()97 final int expectedLong = expectedLayout & SCREENLAYOUT_LONG_MASK; in testScreenLayout()
1426 final Layout expectedLayout = staticLayoutParam.getLayout(text, lineWidth);1435 assertEquals(msg, expectedLayout.getHeight(), resultLayout.getHeight(), 0.0f);1437 final Bitmap expectedBMP = drawToBitmap(expectedLayout);