Searched refs:rotationWatcher (Results 1 – 3 of 3) sorted by relevance
25 private val rotationWatcher = RotationWatcher() regex31 windowManagerInterface.watchRotation(rotationWatcher, context.display.displayId)51 windowManagerInterface.removeRotationWatcher(rotationWatcher)
1991 final WindowManagerService.RotationWatcher rotationWatcher in applyRotation() local1993 if (rotationWatcher.mDisplayId == mDisplayId) { in applyRotation()1995 rotationWatcher.mWatcher.onRotationChanged(rotation); in applyRotation()
4297 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher() local4298 if (watcherBinder == rotationWatcher.mWatcher.asBinder()) { in removeRotationWatcher()