Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java756 final ArrayList<WindowInsets> windowInsetsList = new ArrayList<>(); in testInsetsDispatch() local
761 windowInsetsList.add(insets); in testInsetsDispatch()
770 for (WindowInsets windowInsets : windowInsetsList) { in testInsetsDispatch()
790 final ArrayList<WindowInsets> windowInsetsList = new ArrayList<>(); in testImeInsetsWithDifferentControlTarget() local
794 windowInsetsList.add(insets); in testImeInsetsWithDifferentControlTarget()
816 assertNotEquals(0, windowInsetsList.size()); in testImeInsetsWithDifferentControlTarget()
817 assertTrue(windowInsetsList.getLast().isVisible(ime())); in testImeInsetsWithDifferentControlTarget()
818 windowInsetsList.clear(); in testImeInsetsWithDifferentControlTarget()
834 if (!windowInsetsList.isEmpty() in testImeInsetsWithDifferentControlTarget()
837 windowInsetsList.getLast(); in testImeInsetsWithDifferentControlTarget()