Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MtpTests/src/android/mtp/
DMtpDatabaseTest.java168 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in MtpDatabaseTest
224 assertBitmapSize(32, 16, testBitmap); in testThumbnail()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java39 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBitmapSize;
972 assertBitmapSize(32, 32, bmp); in testIcons()
976 assertBitmapSize(64, 64, bmp); in testIcons()
980 assertBitmapSize(128, 128, bmp); in testIcons()
989 assertBitmapSize(128, 128, bmp); in testIcons()
1003 assertBitmapSize(128, 128, bmp); in testIcons()
1200 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in ShortcutManagerTestUtils