Searched refs:rotationWatcher (Results 1 – 2 of 2) sorted by relevance
1530 final WindowManagerService.RotationWatcher rotationWatcher in applyRotationLocked() local1532 if (rotationWatcher.mDisplayId == mDisplayId) { in applyRotationLocked()1534 rotationWatcher.mWatcher.onRotationChanged(rotation); in applyRotationLocked()
3826 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher() local3827 if (watcherBinder == rotationWatcher.mWatcher.asBinder()) { in removeRotationWatcher()