Searched refs:mParentSurface (Results 1 – 2 of 2) sorted by relevance
119 private SurfaceInfo mParentSurface; field in Magnifier276 mParentSurface.mSurfaceControl, mWindowWidth, mWindowHeight, in show()494 position.offset(-mParentSurface.mInsets.left, -mParentSurface.mInsets.top); in getPosition()559 mParentSurface = validMainWindowSurface != SurfaceInfo.NULL in obtainSurfaces()660 if (mParentSurface != mContentCopySurface) { in obtainWindowCoordinates()732 if (mParentSurface.mIsMainWindowSurface) { in getCurrentClampedWindowCoordinates()735 systemInsets.left + mParentSurface.mInsets.left, in getCurrentClampedWindowCoordinates()736 systemInsets.top + mParentSurface.mInsets.top, in getCurrentClampedWindowCoordinates()737 mParentSurface.mWidth - systemInsets.right - mParentSurface.mInsets.right, in getCurrentClampedWindowCoordinates()738 mParentSurface.mHeight - systemInsets.bottom in getCurrentClampedWindowCoordinates()[all …]
88606 Landroid/widget/Magnifier;->mParentSurface:Landroid/widget/Magnifier$SurfaceInfo;