Searched refs:parentSurfaceOwnerView (Results 1 – 1 of 1) sorted by relevance
142 final View parentSurfaceOwnerView = (parent != null)144 if (parentSurfaceOwnerView instanceof SurfaceView) {146 (SurfaceView) parentSurfaceOwnerView);353 final SurfaceView parentSurfaceOwnerView = (mParentSurfaceOwnerView != null) in computeParentPositionAndScale() local356 if (parentSurfaceOwnerView != null) { in computeParentPositionAndScale()362 parentSurfaceOwnerView.getLocationInSurface(mParentPosition); in computeParentPositionAndScale()372 final float lastParentSurfaceWidth = parentSurfaceOwnerView in computeParentPositionAndScale()377 (float) parentSurfaceOwnerView.getWidth(); in computeParentPositionAndScale()386 final float lastParentSurfaceHeight = parentSurfaceOwnerView in computeParentPositionAndScale()391 / (float) parentSurfaceOwnerView.getHeight(); in computeParentPositionAndScale()