Searched refs:RotationWatcher (Results 1 – 3 of 3) sorted by relevance
487 class RotationWatcher { class in WindowManagerService490 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher495 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<RotationWatcher>();6592 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()6607 mRotationWatchers.add(new RotationWatcher(watcher, dr)); in watchRotation()6621 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()6623 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()
287 static final RotationWatcher sRotationWatcher = new RotationWatcher();4592 static class RotationWatcher extends IRotationWatcher.Stub {
1782 com.android.internal.policy.impl.PhoneWindow$RotationWatcher1783 com.android.internal.policy.impl.PhoneWindow$RotationWatcher$1