Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java585 private final Lazy<NoteTaskController> mNoteTaskControllerLazy; field in CentralSurfacesImpl
755 mNoteTaskControllerLazy = noteTaskControllerLazy; in CentralSurfacesImpl()
856 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()