Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1148 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap() method in ShortcutManagerTest1
1156 checkShrinkBitmap(32, 32, R.drawable.black_512x512, 32); in testShrinkBitmap()
1157 checkShrinkBitmap(511, 511, R.drawable.black_512x512, 511); in testShrinkBitmap()
1158 checkShrinkBitmap(512, 512, R.drawable.black_512x512, 512); in testShrinkBitmap()
1160 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4096); in testShrinkBitmap()
1161 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4100); in testShrinkBitmap()
1162 checkShrinkBitmap(512, 2048, R.drawable.black_1024x4096, 2048); in testShrinkBitmap()
1164 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4096); in testShrinkBitmap()
1165 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4100); in testShrinkBitmap()
1166 checkShrinkBitmap(2048, 512, R.drawable.black_4096x1024, 2048); in testShrinkBitmap()