Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java631 private final Lazy<NoteTaskController> mNoteTaskControllerLazy; field in CentralSurfacesImpl
825 mNoteTaskControllerLazy = noteTaskControllerLazy; in CentralSurfacesImpl()
938 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()