Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java818 ShadeExpansionListener shadeExpansionListener = this::onPanelExpansionChanged; in CentralSurfacesImpl() local
820 mShadeExpansionStateManager.addExpansionListener(shadeExpansionListener); in CentralSurfacesImpl()
821 shadeExpansionListener.onPanelExpansionChanged(currentState); in CentralSurfacesImpl()