Home
last modified time | relevance | path

Searched refs:rotationWatcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1530 final WindowManagerService.RotationWatcher rotationWatcher in applyRotationLocked() local
1532 if (rotationWatcher.mDisplayId == mDisplayId) { in applyRotationLocked()
1534 rotationWatcher.mWatcher.onRotationChanged(rotation); in applyRotationLocked()
DWindowManagerService.java3826 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher() local
3827 if (watcherBinder == rotationWatcher.mWatcher.asBinder()) { in removeRotationWatcher()