Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialView.java224 void setBackgroundExecutor(@Background DelayableExecutor bgExecutor) { in setBackgroundExecutor() method in AuthCredentialView
DAuthContainerView.java434 mCredentialView.setBackgroundExecutor(mBackgroundExecutor); in addCredentialView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java359 public void setBackgroundExecutor(Executor bgExecutor) { in setBackgroundExecutor() method in NavigationBarView
DNavigationBar.java657 mView.setBackgroundExecutor(bgExecutor); in NavigationBar()