Searched refs:mRotationWatchers (Results 1 – 1 of 1) sorted by relevance
484 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<>(); field in WindowManagerService6670 for (int i=mRotationWatchers.size()-1; i>=0; i--) { in updateRotationUncheckedLocked()6672 mRotationWatchers.get(i).watcher.onRotationChanged(rotation); in updateRotationUncheckedLocked()6706 for (int i=0; i<mRotationWatchers.size(); i++) { in watchRotation()6707 if (watcherBinder == mRotationWatchers.get(i).watcher.asBinder()) { in watchRotation()6708 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()6723 mRotationWatchers.add(new RotationWatcher(watcher, dr)); in watchRotation()6736 for (int i=0; i<mRotationWatchers.size(); i++) { in removeRotationWatcher()6737 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()6739 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()