Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java302 static final RotationWatcher sRotationWatcher = new RotationWatcher();
4903 static class RotationWatcher extends Stub {
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java476 class RotationWatcher { class in WindowManagerService
479 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher() method in WindowManagerService.RotationWatcher
484 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<>();
6708 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()
6723 mRotationWatchers.add(new RotationWatcher(watcher, dr)); in watchRotation()
6737 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()
6739 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()
/frameworks/base/
Dpreloaded-classes2279 com.android.internal.policy.PhoneWindow$RotationWatcher
2280 com.android.internal.policy.PhoneWindow$RotationWatcher$1