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