Searched refs:RotationWatcher (Results 1 – 7 of 7) sorted by relevance
24 public abstract class RotationWatcher { class34 RotationWatcher.this.onRotationChanged(rotation);41 public RotationWatcher(Context context) { in RotationWatcher() method in RotationWatcher
618 class RotationWatcher { class in WindowManagerService622 RotationWatcher(IRotationWatcher watcher, IBinder.DeathRecipient deathRecipient, in RotationWatcher() method in WindowManagerService.RotationWatcher630 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()
1536 final WindowManagerService.RotationWatcher rotationWatcher in applyRotationLocked()
318 static final RotationWatcher sRotationWatcher = new RotationWatcher();3645 static class RotationWatcher extends Stub {
4665 com.android.internal.policy.PhoneWindow$RotationWatcher$14666 com.android.internal.policy.PhoneWindow$RotationWatcher
21554 HSPLcom/android/internal/policy/PhoneWindow$RotationWatcher;-><init>()V37521 Lcom/android/internal/policy/PhoneWindow$RotationWatcher$1;37522 Lcom/android/internal/policy/PhoneWindow$RotationWatcher;
20797 Lcom/android/server/wm/WindowManagerService$RotationWatcher;