Searched refs:rotationWatcher (Results 1 – 2 of 2) sorted by relevance
1136 final WindowManagerService.RotationWatcher rotationWatcher in updateRotationUnchecked() local1138 if (rotationWatcher.mDisplayId == mDisplayId) { in updateRotationUnchecked()1140 rotationWatcher.mWatcher.onRotationChanged(rotation); in updateRotationUnchecked()
3947 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher() local3948 if (watcherBinder == rotationWatcher.mWatcher.asBinder()) { in removeRotationWatcher()