Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewManager.kt37 private val viewBarn: NotifViewBarn, in <lambda>()
79 private val viewBarn: NotifViewBarn,
DNotifViewBarn.kt30 class NotifViewBarn @Inject constructor() { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java41 import com.android.systemui.statusbar.notification.collection.render.NotifViewBarn;
67 private final NotifViewBarn mViewBarn;
93 NotifViewBarn viewBarn, in PreparationCoordinator()
110 NotifViewBarn viewBarn, in PreparationCoordinator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorTest.java50 import com.android.systemui.statusbar.notification.collection.render.NotifViewBarn;
99 mock(NotifViewBarn.class), in setUp()