Searched defs:viewCreator (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/ | ||
D | FakeStatusEvent.kt | 24 override val viewCreator: ViewCreator, constant in com.android.systemui.statusbar.events.FakeStatusEvent |
D | SystemEventChipAnimationControllerTest.kt | 59 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/ | ||
D | StatusEvent.kt | 37 val viewCreator: ViewCreator in <lambda>() constant |