Searched refs:currentHeight (Results 1 – 2 of 2) sorted by relevance
35 private int currentHeight = 0; field in Camera2SurfaceViewCtsActivity64 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()
822 int currentHeight = rect1.height() / opts.inSampleSize; in compareRegionByRegion() local823 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion()