HomeSort by relevance Sort by last modified time
    Searched defs:getWindows (Results 1 - 3 of 3) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
MyCar.java 42 public Map<String, Integer> getWindows() {
  /cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java 155 allWindows.addAll(display.getWindows());
162 allWindows.addAll(stack.getWindows());
321 mSubWindows.addAll(task.getWindows());
354 mSubWindows.addAll(window.getWindows());
409 List<WindowState> getWindows() {
448 mSubWindows.addAll(childWindow.getWindows());
535 mSubWindows.addAll(childWindow.getWindows());
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java 200 allWindows.addAll(display.getWindows());
207 allWindows.addAll(stack.getWindows());
617 mSubWindows.addAll(task.getWindows());
657 mSubWindows.addAll(window.getWindows());
722 List<WindowState> getWindows() {
782 mSubWindows.addAll(childWindow.getWindows());
    [all...]

Completed in 727 milliseconds