Searched refs:mParentSurfaceOwnerView (Results 1 – 1 of 1) sorted by relevance
145 mParentSurfaceOwnerView = new WeakReference<>(148 mParentSurfaceOwnerView = null;168 private WeakReference<SurfaceView> mParentSurfaceOwnerView; field in InlineContentView353 final SurfaceView parentSurfaceOwnerView = (mParentSurfaceOwnerView != null) in computeParentPositionAndScale()354 ? mParentSurfaceOwnerView.get() : null; in computeParentPositionAndScale()