Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerSceneImpl.kt59 private val notificationStackScrollLayout: NotificationStackScrollLayout, in <lambda>() constant in com.android.systemui.shade.ShadeControllerSceneImpl
116 notificationStackScrollLayout.cancelExpandHelper() in <lambda>()
241 vibratorHelper.performHapticFeedback(notificationStackScrollLayout, constant) in <lambda>()
DShadeViewProviderModule.kt70 notificationStackScrollLayout: NotificationStackScrollLayout in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeControllerKosmos.kt51 notificationStackScrollLayout = mock<NotificationStackScrollLayout>(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt99 @Mock private lateinit var notificationStackScrollLayout: NotificationStackScrollLayout variable in com.android.systemui.shade.NotificationShadeWindowViewTest
148 .thenReturn(notificationStackScrollLayout) in setUp()