Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java612 final View childWindow = new View(activity); in testWindowInsetsController_availableAfterAddView() local
614 activity.getWindowManager().addView(childWindow, in testWindowInsetsController_availableAfterAddView()
616 mErrorCollector.checkThat(childWindow.getWindowInsetsController(), is(notNullValue())); in testWindowInsetsController_availableAfterAddView()
620 activity.getWindowManager().removeView(childWindow); in testWindowInsetsController_availableAfterAddView()