Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java360 public void setBackgroundExecutor(Executor bgExecutor) { in setBackgroundExecutor() method in NavigationBarView
H A DNavigationBar.java668 mView.setBackgroundExecutor(bgExecutor); in NavigationBar()