Searched refs:assertBitmapSize (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 35 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBitmapSize; 675 assertBitmapSize(32, 32, bmp); in testIcons() 679 assertBitmapSize(64, 64, bmp); in testIcons() 683 assertBitmapSize(128, 128, bmp); in testIcons() 692 assertBitmapSize(128, 128, bmp); in testIcons() 706 assertBitmapSize(128, 128, bmp); in testIcons() 878 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 586 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in ShortcutManagerTestUtils
|