Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt29 typealias ViewCreator = (context: Context) -> BackgroundAnimatableView in <lambda>() typealias
37 val viewCreator: ViewCreator in <lambda>()
86 override val viewCreator: ViewCreator = { context -> in context()
106 override val viewCreator: ViewCreator = { context -> in context()
124 override val viewCreator: ViewCreator = { context -> in context()
DSystemEventChipAnimationController.kt78 fun prepareChipAnimation(viewCreator: ViewCreator) { in prepareChipAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DFakeStatusEvent.kt24 override val viewCreator: ViewCreator,
33 override val viewCreator: ViewCreator,
DSystemEventChipAnimationControllerTest.kt59 private var viewCreator: ViewCreator = { testView } in <lambda>()