Searched refs:RotationWatcher (Results 1 – 3 of 3) sorted by relevance
234 static final RotationWatcher sRotationWatcher = new RotationWatcher();3755 static class RotationWatcher extends IRotationWatcher.Stub {
440 class RotationWatcher { class in WindowManagerService443 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher448 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<RotationWatcher>();6041 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()6055 mRotationWatchers.add(new RotationWatcher(watcher, dr)); in watchRotation()6069 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()6071 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()
1414 com.android.internal.policy.impl.PhoneWindow$RotationWatcher1415 com.android.internal.policy.impl.PhoneWindow$RotationWatcher$1