Home
last modified time | relevance | path

Searched refs:RotationWatcher (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java487 class RotationWatcher { class in WindowManagerService
490 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher
495 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()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java287 static final RotationWatcher sRotationWatcher = new RotationWatcher();
4592 static class RotationWatcher extends IRotationWatcher.Stub {
/frameworks/base/
Dpreloaded-classes1782 com.android.internal.policy.impl.PhoneWindow$RotationWatcher
1783 com.android.internal.policy.impl.PhoneWindow$RotationWatcher$1