Home
last modified time | relevance | path

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

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