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