Home
last modified time | relevance | path

Searched refs:NotificationStackScrollLayoutController (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DHideNotificationsBinder.kt20 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
32 viewController: NotificationStackScrollLayoutController, in <lambda>()
51 private fun NotificationStackScrollLayoutController.bindHideState(shouldHide: Boolean) { in <lambda>() method
DSharedNotificationContainerBinder.kt33 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
51 private val controller: NotificationStackScrollLayoutController, in <lambda>()
DNotificationListViewBinder.kt44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
89 viewController: NotificationStackScrollLayoutController in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScroller.kt8 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
20 @Assisted private val nsslController: NotificationStackScrollLayoutController
71 nsslController: NotificationStackScrollLayoutController in interface()
DQsFrameTranslateController.java23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
46 NotificationStackScrollLayoutController controller); in getNotificationsTopPadding()
DQsFrameTranslateImpl.java24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
48 NotificationStackScrollLayoutController controller) { in getNotificationsTopPadding()
DSplitShadeLockScreenOverScroller.kt14 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
31 @Assisted private val nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
43 private val nsslController: NotificationStackScrollLayoutController in <lambda>()
147 nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
DPulseExpansionHandler.kt44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
104 private lateinit var stackScrollerController: NotificationStackScrollLayoutController in <lambda>()
357 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
44 private final NotificationStackScrollLayoutController mNsslController;
56 NotificationStackScrollLayoutController nsslController, in StatusBarHeadsUpChangeListener()
DHeadsUpAppearanceController.java47 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
79 private final NotificationStackScrollLayoutController mStackScrollerController;
126 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
DStatusBarNotificationPresenter.java71 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
96 private final NotificationStackScrollLayoutController mNsslController;
118 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
DCentralSurfacesCommandQueueCallbacks.java66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
100 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java29 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
41 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
50 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
DGlanceableHubContainerController.kt58 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
86 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
DNotificationsQSContainerController.kt44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
68 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScrollerTest.kt7 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
22 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
DSplitShadeLockScreenOverScrollerTest.kt9 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
36 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerKosmos.kt23 Kosmos.Fixture { mock<NotificationStackScrollLayoutController>() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java52 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
69 private final NotificationStackScrollLayoutController mStackScrollerController =
70 mock(NotificationStackScrollLayoutController.class);
DCentralSurfacesCommandQueueCallbacksTest.java57 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
DStatusBarNotificationPresenterTest.java75 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
290 NotificationStackScrollLayoutController stackScrollLayoutController = in createPresenter()
291 mock(NotificationStackScrollLayoutController.class); in createPresenter()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt63 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
116 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController = mock(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt38 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
74 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController
219 fun setStackScroller(stackScrollerController: NotificationStackScrollLayoutController) { in setStackScroller()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt55 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
105 NotificationStackScrollLayoutController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java159 public class NotificationStackScrollLayoutController implements Dumpable { class
264 private static final Property<NotificationStackScrollLayoutController, Float>
267 public Float get(NotificationStackScrollLayoutController object) {
272 public void set(NotificationStackScrollLayoutController object, Float value) {
702 public NotificationStackScrollLayoutController( in NotificationStackScrollLayoutController() method in NotificationStackScrollLayoutController
1839 if (NotificationStackScrollLayoutController.DEBUG) {
1936 return NotificationStackScrollLayoutController.this.isInVisibleLocation(entry);
1971 NotificationStackScrollLayoutController.this);

12