Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPrivacyIndicatorBoundsTests.java132 private View mChildWindowRoot; field in PrivacyIndicatorBoundsTests.TestActivity
163 mChildWindowRoot = new View(this); in addChildWindow()
164 mChildWindowRoot.setOnApplyWindowInsetsListener( in addChildWindow()
169 getWindowManager().addView(mChildWindowRoot, attrs); in addChildWindow()
173 return mChildWindowRoot; in getChildWindowRoot()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java213 private View mChildWindowRoot; field in RoundedCornerTests.TestActivity
240 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()