Home
last modified time | relevance | path

Searched refs:mRotationWatcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java85 private final Stub mRotationWatcher = new Stub() { field in RotationButtonController
140 .watchRotation(mRotationWatcher, mContext.getDisplay().getDisplayId()); in registerListeners()
155 WindowManagerGlobal.getWindowManagerService().removeRotationWatcher(mRotationWatcher); in unregisterListeners()
DNavigationBarFragment.java348 rotationButtonController.addRotationCallback(mRotationWatcher); in onViewCreated()
1066 private final Consumer<Integer> mRotationWatcher = rotation -> { field in NavigationBarFragment