Searched refs:nonCurrentThreadRoots (Results 1 – 1 of 1) sorted by relevance
664 ArrayList<ViewRootImpl> nonCurrentThreadRoots = null; in setStoppedState() local674 if (nonCurrentThreadRoots == null) { in setStoppedState()675 nonCurrentThreadRoots = new ArrayList<>(); in setStoppedState()677 nonCurrentThreadRoots.add(root); in setStoppedState()690 if (nonCurrentThreadRoots != null) { in setStoppedState()691 for (int i = nonCurrentThreadRoots.size() - 1; i >= 0; i--) { in setStoppedState()692 ViewRootImpl root = nonCurrentThreadRoots.get(i); in setStoppedState()