Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsVisibilityTest.java124 try (ChildWindowHolder childWindow = createChildTransparentApplicationWindowOnMain( in testImeVisibilityWhenImeFocusableChildPopup() argument
131 () -> childWindow.getRootView().setVisibility(View.VISIBLE)); in testImeVisibilityWhenImeFocusableChildPopup()
170 try (ChildWindowHolder childWindow = createChildBottomPanelWindowOnMain(activity, in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() argument
175 childWindow.getRootView().setBackgroundColor(Color.RED); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()
176 childWindow.getRootView().setVisibility(View.VISIBLE); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()
219 try (ChildWindowHolder childWindow = createChildBottomPanelWindowOnMain(activity, in testImeVisibilityWhenImeFocusableChildPopupOverlaps() argument
224 childWindow.getRootView().setBackgroundColor(Color.RED); in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
225 childWindow.getRootView().setVisibility(View.VISIBLE); in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java867 final View childWindow = new View(activity); in testWindowInsetsController_availableAfterAddView() local
869 activity.getWindowManager().addView(childWindow, in testWindowInsetsController_availableAfterAddView()
871 mErrorCollector.checkThat(childWindow.getWindowInsetsController(), is(notNullValue())); in testWindowInsetsController_availableAfterAddView()
875 activity.getWindowManager().removeView(childWindow); in testWindowInsetsController_availableAfterAddView()