Searched refs:currentWidth (Results 1 – 2 of 2) sorted by relevance
33 private int currentWidth = 0; field in Camera2SurfaceViewCtsActivity60 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()76 if (currentWidth == expectWidth && currentHeight == expectHeight) { in waitForSurfaceSizeChanged()98 currentWidth = width; in surfaceChanged()
328 int currentWidth = rect1.width() / opts.inSampleSize; in compareRegionByRegion() local330 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion()