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.java877 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap() method in ShortcutManagerTest1
885 checkShrinkBitmap(32, 32, R.drawable.black_512x512, 32); in testShrinkBitmap()
886 checkShrinkBitmap(511, 511, R.drawable.black_512x512, 511); in testShrinkBitmap()
887 checkShrinkBitmap(512, 512, R.drawable.black_512x512, 512); in testShrinkBitmap()
889 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4096); in testShrinkBitmap()
890 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4100); in testShrinkBitmap()
891 checkShrinkBitmap(512, 2048, R.drawable.black_1024x4096, 2048); in testShrinkBitmap()
893 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4096); in testShrinkBitmap()
894 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4100); in testShrinkBitmap()
895 checkShrinkBitmap(2048, 512, R.drawable.black_4096x1024, 2048); in testShrinkBitmap()