Home
last modified time | relevance | path

Searched defs:viewCreator (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DFakeStatusEvent.kt24 override val viewCreator: ViewCreator, constant in com.android.systemui.statusbar.events.FakeStatusEvent
33 override val viewCreator: ViewCreator, constant in com.android.systemui.statusbar.events.FakePrivacyStatusEvent
DSystemEventChipAnimationControllerTest.kt59 private var viewCreator: ViewCreator = { testView } in <lambda>() variable in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt37 val viewCreator: ViewCreator in <lambda>() constant
86 override val viewCreator: ViewCreator = { context -> in context() constant in BatteryEvent
106 override val viewCreator: ViewCreator = { context -> in context() constant in ConnectedDisplayEvent
124 override val viewCreator: ViewCreator = { context -> in context() constant in PrivacyEvent