Searched refs:windowInsetsList (Results 1 – 1 of 1) sorted by relevance
756 final ArrayList<WindowInsets> windowInsetsList = new ArrayList<>(); in testInsetsDispatch() local761 windowInsetsList.add(insets); in testInsetsDispatch()770 for (WindowInsets windowInsets : windowInsetsList) { in testInsetsDispatch()790 final ArrayList<WindowInsets> windowInsetsList = new ArrayList<>(); in testImeInsetsWithDifferentControlTarget() local794 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()