Searched refs:mChildWindowRoot (Results 1 – 2 of 2) sorted by relevance
132 private View mChildWindowRoot; field in PrivacyIndicatorBoundsTests.TestActivity163 mChildWindowRoot = new View(this); in addChildWindow()164 mChildWindowRoot.setOnApplyWindowInsetsListener( in addChildWindow()169 getWindowManager().addView(mChildWindowRoot, attrs); in addChildWindow()173 return mChildWindowRoot; in getChildWindowRoot()
213 private View mChildWindowRoot; field in RoundedCornerTests.TestActivity240 mChildWindowRoot = new View(this); in addChildWindow()241 mChildWindowRoot.setOnApplyWindowInsetsListener( in addChildWindow()243 getWindowManager().addView(mChildWindowRoot, attrs); in addChildWindow()247 if (mChildWindowRoot != null) { in removeChildWindow()248 getWindowManager().removeViewImmediate(mChildWindowRoot); in removeChildWindow()