Searched refs:nonCurrentThreadRoots (Results 1 – 1 of 1) sorted by relevance
612 ArrayList<ViewRootImpl> nonCurrentThreadRoots = null; in setStoppedState() local622 if (nonCurrentThreadRoots == null) { in setStoppedState()623 nonCurrentThreadRoots = new ArrayList<>(); in setStoppedState()625 nonCurrentThreadRoots.add(root); in setStoppedState()638 if (nonCurrentThreadRoots != null) { in setStoppedState()639 for (int i = nonCurrentThreadRoots.size() - 1; i >= 0; i--) { in setStoppedState()640 ViewRootImpl root = nonCurrentThreadRoots.get(i); in setStoppedState()