Searched refs:surfaceSize (Results 1 – 4 of 4) sorted by relevance
170 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface); in checkConstrainedHighSpeedSurfaces() local171 if (!highSpeedSizes.contains(surfaceSize)) { in checkConstrainedHighSpeedSurfaces()172 throw new IllegalArgumentException("Surface size " + surfaceSize.toString() + " is" in checkConstrainedHighSpeedSurfaces()
185 Point surfaceSize = computeScrollSurfaceSize();187 int startX = (int) (surfaceSize.x * (mScrollerStartViewport.left - 190 int startY = (int) (surfaceSize.y * (AXIS_Y_MAX - 209 0, surfaceSize.x - mContentRect.width(),210 0, surfaceSize.y - mContentRect.height(),256 Point surfaceSize = computeScrollSurfaceSize();280 && currX > (surfaceSize.x - mContentRect.width())298 && currY > (surfaceSize.y - mContentRect.height())
639 Size surfaceSize = p.second; in configureSurfaces() local644 holder.width = surfaceSize.getWidth(); in configureSurfaces()645 holder.height = surfaceSize.getHeight(); in configureSurfaces()
404 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface); in isOutputSupportedFor() local423 if (config.getSize().equals(surfaceSize)) { in isOutputSupportedFor()