Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java928 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap() method in ShortcutManagerTest1
936 checkShrinkBitmap(32, 32, R.drawable.black_512x512, 32); in testShrinkBitmap()
937 checkShrinkBitmap(511, 511, R.drawable.black_512x512, 511); in testShrinkBitmap()
938 checkShrinkBitmap(512, 512, R.drawable.black_512x512, 512); in testShrinkBitmap()
940 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4096); in testShrinkBitmap()
941 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4100); in testShrinkBitmap()
942 checkShrinkBitmap(512, 2048, R.drawable.black_1024x4096, 2048); in testShrinkBitmap()
944 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4096); in testShrinkBitmap()
945 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4100); in testShrinkBitmap()
946 checkShrinkBitmap(2048, 512, R.drawable.black_4096x1024, 2048); in testShrinkBitmap()