Searched refs:rotationWatcher (Results 1 – 2 of 2) sorted by relevance
89 final RotationWatcher rotationWatcher = watcherList.get(i); in unregister() local90 if (watcherBinder != rotationWatcher.mWatcher.asBinder()) { in unregister()94 rotationWatcher.unlinkToDeath(); in unregister()113 final DisplayRotationWatcher rotationWatcher = mDisplayRotationWatchers.get(i); in dispatchDisplayRotationChange() local114 if (rotationWatcher.mDisplayId == displayId) { in dispatchDisplayRotationChange()115 rotationWatcher.notifyRotation(rotation); in dispatchDisplayRotationChange()
76 private val rotationWatcher = RotationWatcher() regex102 rotationChangeProvider.addCallback(rotationWatcher)