Searched refs:mRotationWatcher (Results 1 – 2 of 2) sorted by relevance
89 private final Stub mRotationWatcher = new Stub() { field in RotationButtonController144 .watchRotation(mRotationWatcher, mContext.getDisplay().getDisplayId()); in registerListeners()162 WindowManagerGlobal.getWindowManagerService().removeRotationWatcher(mRotationWatcher); in unregisterListeners()
511 rotationButtonController.addRotationCallback(mRotationWatcher); in onViewCreated()1409 private final Consumer<Integer> mRotationWatcher = rotation -> { field in NavigationBarFragment