Searched refs:mRoundedCornerOverlay (Results 1 – 3 of 3) sorted by relevance
59 final boolean mRoundedCornerOverlay; field in WindowToken121 mRoundedCornerOverlay = roundedCornerOverlay; in WindowToken()
4616 if (child instanceof WindowToken && ((WindowToken) child).mRoundedCornerOverlay) { in makeChildSurface()4642 if (wt.mRoundedCornerOverlay) { in assignChildLayers()
755 mForceSeamlesslyRotate = token.mRoundedCornerOverlay; in WindowState()