Home
last modified time | relevance | path

Searched refs:currentWidth (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2SurfaceViewCtsActivity.java34 private int currentWidth = 0; field in Camera2SurfaceViewCtsActivity
64 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()
80 if (currentWidth == expectWidth && currentHeight == expectHeight) { in waitForSurfaceSizeChanged()
146 currentWidth = width; in surfaceChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java604 int currentWidth = rect1.width() / opts.inSampleSize; in compareRegionByRegion() local
606 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion()