Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCamera2SurfaceViewCtsActivity.java50 public boolean waitForSurfaceSizeChanged(int timeOutMs, int expectWidth, int expectHeight) { in waitForSurfaceSizeChanged() argument
51 if (timeOutMs <= 0 || expectWidth <= 0 || expectHeight <= 0) { in waitForSurfaceSizeChanged()
56 timeOutMs, expectWidth, expectHeight)); in waitForSurfaceSizeChanged()
60 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged()
76 if (currentWidth == expectWidth && currentHeight == expectHeight) { in waitForSurfaceSizeChanged()