Searched defs:expectedWidth (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | PhotoStoreTest.java | 127 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 D | ScaledBitmapInfoTest.java | 68 int expectedWidth, in assertScaledBitmapSize()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
H A D | BitmapUtilTests.java | 98 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WallpaperControllerTests.java | 140 int expectedWidth = (int) (wallpaperWidth * (displayHeight / (double) wallpaperHeight)); in testWallpaperSizeWithFixedTransform() local
|
/aosp12/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()
|
/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | DepthProcessorTest.cpp | 248 size_t expectedWidth = kTestBufferWidth; in TEST() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 1143 … 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 D | ShortcutManagerTestUtils.java | 661 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize()
|