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/
DWindowInsetsControllerTests.java586 final Window dialogWindow = dialog.getWindow(); in testInsetsDispatch() local
587 dialogWindow.getDecorView().setOnApplyWindowInsetsListener((view, insets) -> { in testInsetsDispatch()
591 dialogWindow.getInsetsController().hide(statusBars() | navigationBars()); in testInsetsDispatch()