Searched refs:layoutSize (Results 1 – 1 of 1) sorted by relevance
92 private final Point layoutSize = new Point(); field in SurfaceViewRenderer364 layoutSize.x = right - left; in onLayout()365 layoutSize.y = bottom - top; in onLayout()446 return layoutSize.equals(desiredLayoutSize) && surfaceSize.equals(layoutSize); in checkConsistentLayout()492 mirror, frameAspectRatio(), (float) layoutSize.x / layoutSize.y); in renderFrameOnRenderThread()