Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java94 mView.updateNavBackDrop(newConfig, mLightBarController);
126 mView.updateNavBackDrop(getResources().getConfiguration(), mLightBarController); in onViewAttached()
H A DQSCustomizer.java95 void updateNavBackDrop(Configuration newConfig, LightBarController lightBarController) { in updateNavBackDrop() method in QSCustomizer