Searched refs:RotationWatcher (Results 1 – 3 of 3) sorted by relevance
302 static final RotationWatcher sRotationWatcher = new RotationWatcher();4903 static class RotationWatcher extends Stub {
476 class RotationWatcher { class in WindowManagerService479 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher484 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<>();6708 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()6723 mRotationWatchers.add(new RotationWatcher(watcher, dr)); in watchRotation()6737 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()6739 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()
2279 com.android.internal.policy.PhoneWindow$RotationWatcher2280 com.android.internal.policy.PhoneWindow$RotationWatcher$1