Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java204 public void setBgExecutor(Executor bgExecutor) { in setBgExecutor() method in RotationButtonController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java362 mRotationButtonController.setBgExecutor(bgExecutor); in setBackgroundExecutor()