Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/util/
DScaledBitmapInfoTest.java19 assertScaledBitmapSize(2, 40, 50, actual); in testSize_B100x100to50x50()
37 assertScaledBitmapSize(8, 107, 160, actual); in testBug20488453()
47 private static void assertScaledBitmapSize(int expectedInSampleSize, int expectedWidth, in assertScaledBitmapSize() method in ScaledBitmapInfoTest