Searched refs:mWindowStoppedCallbacks (Results 1 – 1 of 1) sorted by relevance
1520 private final ArrayList<WindowStoppedCallback> mWindowStoppedCallbacks = new ArrayList<>(); field in ViewRootImpl1523 mWindowStoppedCallbacks.add(c); in addWindowStoppedCallback()1527 mWindowStoppedCallbacks.remove(c); in removeWindowStoppedCallback()1548 for (int i = 0; i < mWindowStoppedCallbacks.size(); i++) { in setWindowStopped()1549 mWindowStoppedCallbacks.get(i).windowStopped(stopped); in setWindowStopped()