Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCamera2SurfaceViewCtsActivity.java33 private int currentWidth = 0; field in Camera2SurfaceViewCtsActivity
60 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()
76 if (currentWidth == expectWidth && currentHeight == expectHeight) { in waitForSurfaceSizeChanged()
98 currentWidth = width; in surfaceChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java328 int currentWidth = rect1.width() / opts.inSampleSize; in compareRegionByRegion() local
330 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion()