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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java855 protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { method in class:ShortcutManagerTest1
863 checkShrinkBitmap(32, 32, R.drawable.black_512x512, 32);
864 checkShrinkBitmap(511, 511, R.drawable.black_512x512, 511);
865 checkShrinkBitmap(512, 512, R.drawable.black_512x512, 512);
867 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4096);
868 checkShrinkBitmap(1024, 4096, R.drawable.black_1024x4096, 4100);
869 checkShrinkBitmap(512, 2048, R.drawable.black_1024x4096, 2048);
871 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4096);
872 checkShrinkBitmap(4096, 1024, R.drawable.black_4096x1024, 4100);
873 checkShrinkBitmap(204
[all...]

Completed in 41 milliseconds