Searched refs:childWindow (Results 1 – 2 of 2) sorted by relevance
124 try (ChildWindowHolder childWindow = createChildTransparentApplicationWindowOnMain( in testImeVisibilityWhenImeFocusableChildPopup() argument131 () -> childWindow.getRootView().setVisibility(View.VISIBLE)); in testImeVisibilityWhenImeFocusableChildPopup()170 try (ChildWindowHolder childWindow = createChildBottomPanelWindowOnMain(activity, in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() argument175 childWindow.getRootView().setBackgroundColor(Color.RED); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()176 childWindow.getRootView().setVisibility(View.VISIBLE); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()219 try (ChildWindowHolder childWindow = createChildBottomPanelWindowOnMain(activity, in testImeVisibilityWhenImeFocusableChildPopupOverlaps() argument224 childWindow.getRootView().setBackgroundColor(Color.RED); in testImeVisibilityWhenImeFocusableChildPopupOverlaps()225 childWindow.getRootView().setVisibility(View.VISIBLE); in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
867 final View childWindow = new View(activity); in testWindowInsetsController_availableAfterAddView() local869 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()