Searched defs:RotationWatcher (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java287 static final RotationWatcher sRotationWatcher = new RotationWatcher();
4592 static class RotationWatcher extends IRotationWatcher.Stub { class in class:PhoneWindow
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java487 class RotationWatcher { class in class:WindowManagerService
490 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { method in class:WindowManagerService.RotationWatcher
495 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<RotationWatcher>();
6592 RotationWatcher removed = mRotationWatchers.remove(i);
6607 mRotationWatchers.add(new RotationWatcher(watcher, dr));
6621 RotationWatcher rotationWatcher = mRotationWatchers.get(i);
6623 RotationWatcher removed = mRotationWatchers.remove(i);

Completed in 140 milliseconds