Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1520 private final ArrayList<WindowStoppedCallback> mWindowStoppedCallbacks = new ArrayList<>(); field in ViewRootImpl
1523 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()