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
6117 for (int i=mRotationWatchers.size()-1; i>=0; i--) {
6119 mRotationWatchers.get(i).onRotationChanged(rotation);
6138 for (int i=0; i<mRotationWatchers.size(); i++) {
6139 if (watcherBinder == mRotationWatchers.get(i).asBinder()) {
6140 IRotationWatcher removed = mRotationWatchers.remove(i);
6154 mRotationWatchers.add(watcher);

Completed in 26 milliseconds