Searched refs:mRoundedCornerOverlay (Results 1 – 8 of 8) sorted by relevance
81 final boolean mRoundedCornerOverlay; field in WindowToken237 mRoundedCornerOverlay = roundedCornerOverlay; in WindowToken()381 if (mRoundedCornerOverlay) { in assignLayer()391 if (mRoundedCornerOverlay) { in makeSurface()762 mRoundedCornerOverlay); in getWindowLayerFromType()796 private boolean mRoundedCornerOverlay; field in WindowToken.Builder827 mRoundedCornerOverlay = roundedCornerOverlay; in setRoundedCornerOverlay()845 mOwnerCanManageAppTokens, mRoundedCornerOverlay, mFromClientToken, mOptions); in build()
109 private SurfaceControl[] mRoundedCornerOverlay; field in ScreenRotationAnimation190 mRoundedCornerOverlay = displayContent.findRoundedCornerOverlays(); in ScreenRotationAnimation()270 if (mRoundedCornerOverlay != null) { in ScreenRotationAnimation()271 for (SurfaceControl sc : mRoundedCornerOverlay) { in ScreenRotationAnimation()310 if (!w.mToken.mRoundedCornerOverlay || !w.isVisible() || !w.mWinAnimator.hasSurface()) { in setSkipScreenshotForRoundedCornerOverlays()530 if (mRoundedCornerOverlay != null) { in kill()534 for (SurfaceControl sc : mRoundedCornerOverlay) { in kill()540 mRoundedCornerOverlay = null; in kill()
132 token.mRoundedCornerOverlay); in findAreaForTokenInLayer()
639 if (w.mToken.mRoundedCornerOverlay && w.mHasSurface) { in setDisplaySyncMethod()
5732 if (token.mRoundedCornerOverlay && token.isVisible()) { in findRoundedCornerOverlays()7055 windowToken.mOwnerCanManageAppTokens, windowToken.mRoundedCornerOverlay); in findAreaForToken()
652 if (wc.asWindowToken() != null && wc.asWindowToken().mRoundedCornerOverlay) { in collect()
1105 mForceSeamlesslyRotate = token.mRoundedCornerOverlay; in WindowState()
146 assertFalse(windowToken.mRoundedCornerOverlay); in testAddWindowToken()