Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRotationWatcher.java24 public abstract class RotationWatcher { class
34 RotationWatcher.this.onRotationChanged(rotation);
41 public RotationWatcher(Context context) { in RotationWatcher() method in RotationWatcher
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java618 class RotationWatcher { class in WindowManagerService
622 RotationWatcher(IRotationWatcher watcher, IBinder.DeathRecipient deathRecipient, in RotationWatcher() method in WindowManagerService.RotationWatcher
630 ArrayList<RotationWatcher> mRotationWatchers = new ArrayList<>();
3812 RotationWatcher removed = mRotationWatchers.remove(i); in watchRotation()
3827 mRotationWatchers.add(new RotationWatcher(watcher, dr, displayId)); in watchRotation()
3841 RotationWatcher rotationWatcher = mRotationWatchers.get(i); in removeRotationWatcher()
3843 RotationWatcher removed = mRotationWatchers.remove(i); in removeRotationWatcher()
DDisplayContent.java1536 final WindowManagerService.RotationWatcher rotationWatcher in applyRotationLocked()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java318 static final RotationWatcher sRotationWatcher = new RotationWatcher();
3645 static class RotationWatcher extends Stub {
/frameworks/base/config/
Dpreloaded-classes4665 com.android.internal.policy.PhoneWindow$RotationWatcher$1
4666 com.android.internal.policy.PhoneWindow$RotationWatcher
Dboot-image-profile.txt21554 HSPLcom/android/internal/policy/PhoneWindow$RotationWatcher;-><init>()V
37521 Lcom/android/internal/policy/PhoneWindow$RotationWatcher$1;
37522 Lcom/android/internal/policy/PhoneWindow$RotationWatcher;
/frameworks/base/services/
Dart-profile20797 Lcom/android/server/wm/WindowManagerService$RotationWatcher;