Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java759 final Window dialogWindow = dialog.getWindow(); in testInsetsDispatch() local
760 dialogWindow.getDecorView().setOnApplyWindowInsetsListener((view, insets) -> { in testInsetsDispatch()
764 dialogWindow.getInsetsController().hide(statusBars() | navigationBars()); in testInsetsDispatch()
791 final Window[] dialogWindow = new Window[1]; in testImeInsetsWithDifferentControlTarget() local
803 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()