Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java654 ArrayList<ViewRootImpl> nonCurrentThreadRoots = null; in setStoppedState() local
664 if (nonCurrentThreadRoots == null) { in setStoppedState()
665 nonCurrentThreadRoots = new ArrayList<>(); in setStoppedState()
667 nonCurrentThreadRoots.add(root); in setStoppedState()
680 if (nonCurrentThreadRoots != null) { in setStoppedState()
681 for (int i = nonCurrentThreadRoots.size() - 1; i >= 0; i--) { in setStoppedState()
682 ViewRootImpl root = nonCurrentThreadRoots.get(i); in setStoppedState()