Searched refs:dialogWindow (Results 1 – 1 of 1) sorted by relevance
759 final Window dialogWindow = dialog.getWindow(); in testInsetsDispatch() local760 dialogWindow.getDecorView().setOnApplyWindowInsetsListener((view, insets) -> { in testInsetsDispatch()764 dialogWindow.getInsetsController().hide(statusBars() | navigationBars()); in testInsetsDispatch()791 final Window[] dialogWindow = new Window[1]; in testImeInsetsWithDifferentControlTarget() local803 dialogWindow[0] = dialog.getWindow(); in testImeInsetsWithDifferentControlTarget()805 dialogWindow[0].clearFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM); in testImeInsetsWithDifferentControlTarget()808 dialogWindow[0].getDecorView().getWindowInsetsController().show(ime()); in testImeInsetsWithDifferentControlTarget()827 dialogWindow[0].getDecorView().setWindowInsetsAnimationCallback( in testImeInsetsWithDifferentControlTarget()842 dialogWindow[0].getDecorView().getWindowInsetsController().hide(ime()); in testImeInsetsWithDifferentControlTarget()