Searched defs:mRotationWatchers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java456 ArrayList<IRotationWatcher> mRotationWatchers field in class:WindowManagerService
5390 for (int i=mRotationWatchers.size()-1; i>=0; i--) {
5392 mRotationWatchers.get(i).onRotationChanged(rotation);
5408 for (int i=0; i<mRotationWatchers.size(); i++) {
5409 if (watcherBinder == mRotationWatchers.get(i).asBinder()) {
5410 IRotationWatcher removed = mRotationWatchers.remove(i);
5424 mRotationWatchers.add(watcher);

Completed in 53 milliseconds