Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java234 static final RotationWatcher sRotationWatcher = new RotationWatcher();
3755 static class RotationWatcher extends IRotationWatcher.Stub {
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java440 class RotationWatcher { class in WindowManagerService
443 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher
448 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()
/frameworks/base/
Dpreloaded-classes1414 com.android.internal.policy.impl.PhoneWindow$RotationWatcher
1415 com.android.internal.policy.impl.PhoneWindow$RotationWatcher$1