Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java40 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBitmapSize;
712 assertBitmapSize(32, 32, bmp); in testIcons()
716 assertBitmapSize(64, 64, bmp); in testIcons()
720 assertBitmapSize(128, 128, bmp); in testIcons()
729 assertBitmapSize(128, 128, bmp); in testIcons()
743 assertBitmapSize(128, 128, bmp); in testIcons()
918 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java592 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in ShortcutManagerTestUtils