Home
last modified time | relevance | path

Searched defs:bitmapSize (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1696 Point bitmapSize = new Point(bitmapWidth, bitmapHeight); in testSetWallpaperWithCrops_noCrop() local
1724 Point bitmapSize = new Point(100, 100); in testSetWallpaperWithCrops_singleCrop() local
1740 Point bitmapSize = new Point(100, 100); in testSetWallpaperWithCrops_description_singleCrop() local
1759 Point bitmapSize = new Point(300, 800); in testSetWallpaperWithCrops_twoCrops() local
1785 Point bitmapSize = new Point(300, 800); in testSetWallpaperWithCrops_description_twoCrops() local
1961 Point bitmapSize = new Point(bitmap.getWidth(), bitmap.getHeight()); in assertCorrectCrop() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DScaleDrawableTest.java446 final int bitmapSize = Math.round(48f * res.getDisplayMetrics().density); in testInflate() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java518 final int bitmapSize = 31; // size in pixels of start, pass, and alpha resources in testDecodeReuseHasAlpha() local