Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java145 mParentSurfaceOwnerView = new WeakReference<>(
148 mParentSurfaceOwnerView = null;
168 private WeakReference<SurfaceView> mParentSurfaceOwnerView; field in InlineContentView
353 final SurfaceView parentSurfaceOwnerView = (mParentSurfaceOwnerView != null) in computeParentPositionAndScale()
354 ? mParentSurfaceOwnerView.get() : null; in computeParentPositionAndScale()