Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2SurfaceViewCtsActivity.java35 private int currentHeight = 0; field in Camera2SurfaceViewCtsActivity
64 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()
81 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()
85 "expectHeight. Got " + currentWidth + "x" + currentHeight + in waitForSurfaceSizeChanged()
154 currentHeight = height; in surfaceChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java679 int currentHeight = rect1.height() / opts.inSampleSize; in compareRegionByRegion() local
680 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion()