Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java288 private final Lazy<CentralSurfacesCommandQueueCallbacks> mCommandQueueCallbacksLazy; field in CentralSurfacesImpl
779 mCommandQueueCallbacksLazy = commandQueueCallbacksLazy; in CentralSurfacesImpl()
1173 mCommandQueueCallbacks = mCommandQueueCallbacksLazy.get(); in makeStatusBarView()