Searched refs:mRotationWatchers (Results 1 – 1 of 1) sorted by relevance
443 ArrayList<IRotationWatcher> mRotationWatchers field in WindowManagerService5320 for (int i=mRotationWatchers.size()-1; i>=0; i--) { in updateRotationUncheckedLocked()5322 mRotationWatchers.get(i).onRotationChanged(rotation); in updateRotationUncheckedLocked()5338 for (int i=0; i<mRotationWatchers.size(); i++) { in watchRotation()5339 if (watcherBinder == mRotationWatchers.get(i).asBinder()) { in watchRotation()5340 IRotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()5354 mRotationWatchers.add(watcher); in watchRotation()