Searched refs:viewCreator (Results 1 – 6 of 6) sorted by relevance
24 override val viewCreator: ViewCreator, constant in com.android.systemui.statusbar.events.FakeStatusEvent33 override val viewCreator: ViewCreator, constant in com.android.systemui.statusbar.events.FakePrivacyStatusEvent
59 private var viewCreator: ViewCreator = { testView } in <lambda>() variable in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest106 controller.prepareChipAnimation(viewCreator) in prepareChipAnimation_lazyInitializes()112 controller.prepareChipAnimation(viewCreator) in prepareChipAnimation_positionsChip()122 controller.prepareChipAnimation(viewCreator) in prepareChipAnimation_rotation_repositionsChip()168 controller.prepareChipAnimation(viewCreator) in fullScreenStatusBar_positionsChipAtTop_withTopGravity()
628 val fakePrivacyStatusEvent = FakePrivacyStatusEvent(viewCreator = { privacyChip }) in createAndScheduleFakePrivacyEvent()640 viewCreator = { view }, in scheduleFakeEventWithView()650 FakeStatusEvent(viewCreator = { batteryChip }, priority = 50, forceVisible = false) in createAndScheduleFakeBatteryEvent()
37 val viewCreator: ViewCreator in <lambda>() constant86 override val viewCreator: ViewCreator = { context -> in context() constant in BatteryEvent106 override val viewCreator: ViewCreator = { context -> in context() constant in ConnectedDisplayEvent124 override val viewCreator: ViewCreator = { context -> in context() constant in PrivacyEvent
78 fun prepareChipAnimation(viewCreator: ViewCreator) { in prepareChipAnimation()86 currentAnimatedView = viewCreator(themedContext).also { in prepareChipAnimation()
253 chipAnimationController.prepareChipAnimation(event.viewCreator) in <lambda>()