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