Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java163 void addRotationCallback(Consumer<Integer> watcher) { in addRotationCallback() method in RotationButtonController
DNavigationBarFragment.java348 rotationButtonController.addRotationCallback(mRotationWatcher); in onViewCreated()