Searched refs:assertBitmapSize (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpDatabaseTest.java | 168 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in MtpDatabaseTest 224 assertBitmapSize(32, 16, testBitmap); in testThumbnail()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 40 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBitmapSize; 921 assertBitmapSize(32, 32, bmp); in testIcons() 925 assertBitmapSize(64, 64, bmp); in testIcons() 929 assertBitmapSize(128, 128, bmp); in testIcons() 938 assertBitmapSize(128, 128, bmp); in testIcons() 952 assertBitmapSize(128, 128, bmp); in testIcons() 1149 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in ShortcutManagerTestUtils
|