Home
last modified time | relevance | path

Searched defs:expectedWidth (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoStoreTest.java127 public void runStorageTestForResource(int resourceId, int expectedWidth, in runStorageTestForResource()
157 public void runStorageTestForResourceWithCrop(int resourceId, int expectedWidth, in runStorageTestForResourceWithCrop()
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/util/images/
H A DScaledBitmapInfoTest.java68 int expectedWidth, in assertScaledBitmapSize()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DBitmapUtilTests.java98 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWallpaperControllerTests.java140 int expectedWidth = (int) (wallpaperWidth * (displayHeight / (double) wallpaperHeight)); in testWallpaperSizeWithFixedTransform() local
/aosp12/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpDatabaseTest.java168 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDepthProcessorTest.cpp248 size_t expectedWidth = kTestBufferWidth; in TEST() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1143 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap()
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()