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.java1143 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap() method in ShortcutManagerTest1
1151 checkShrinkBitmap(32, 32, R.drawable.black_512x512, 32); in testShrinkBitmap()
1152 checkShrinkBitmap(511, 511, R.drawable.black_512x512, 511); in testShrinkBitmap()
1153 checkShrinkBitmap(512, 512, R.drawable.black_512x512, 512); in testShrinkBitmap()
1155 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4096); in testShrinkBitmap()
1156 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4100); in testShrinkBitmap()
1157 checkShrinkBitmap(512, 2048, R.drawable.black_1024x4096, 2048); in testShrinkBitmap()
1159 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4096); in testShrinkBitmap()
1160 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4100); in testShrinkBitmap()
1161 checkShrinkBitmap(2048, 512, R.drawable.black_4096x1024, 2048); in testShrinkBitmap()