Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java142 final View parentSurfaceOwnerView = (parent != null)
144 if (parentSurfaceOwnerView instanceof SurfaceView) {
146 (SurfaceView) parentSurfaceOwnerView);
353 final SurfaceView parentSurfaceOwnerView = (mParentSurfaceOwnerView != null) in computeParentPositionAndScale() local
356 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()