Home
last modified time | relevance | path

Searched defs:actualSize (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java100 final int actualSize = config.screenLayout & SCREENLAYOUT_SIZE_MASK; in testScreenLayout() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1037 Rect actualSize = mWallpaperManager.peekBitmapDimensions(); in peekWallpaperDimensions_homeScreen_succeeds() local
1044 Rect actualSize = mWallpaperManager.peekBitmapDimensions(FLAG_LOCK); in peekWallpaperDimensions_lockScreenUnset_succeeds() local
1068 Rect actualSize = mWallpaperManager.peekBitmapDimensions(FLAG_LOCK); in peekWallpaperDimensions_lockScreenSet_succeeds() local
1611 Point actualSize = new Point(mWallpaperManager.getDesiredMinimumWidth(), in assertDesiredDimension() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java363 final int actualSize = events.size(); in assertViewsOptionallyDisappeared() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java196 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions() local