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.kt32 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
48 private val controller: NotificationStackScrollLayoutController, in <lambda>()
DNotificationListViewBinder.kt53 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
96 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.kt15 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
32 @Assisted private val nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
44 private val nsslController: NotificationStackScrollLayoutController in <lambda>()
148 nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
DPulseExpansionHandler.kt45 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
103 private lateinit var stackScrollerController: NotificationStackScrollLayoutController in <lambda>()
350 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DStatusBarHeadsUpChangeListener.java28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
43 private final NotificationStackScrollLayoutController mNsslController;
55 NotificationStackScrollLayoutController nsslController, in StatusBarHeadsUpChangeListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
48 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
DNotificationsQSContainerController.kt42 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
65 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScrollerTest.kt7 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
22 @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/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackRebindingHider.kt36 constructor(private val nsslController: NotificationStackScrollLayoutController) : in setVisible()
DNotificationStackScrollLayoutController.java154 public class NotificationStackScrollLayoutController implements Dumpable { class
245 private static final Property<NotificationStackScrollLayoutController, Float>
248 public Float get(NotificationStackScrollLayoutController object) {
253 public void set(NotificationStackScrollLayoutController object, Float value) {
258 private static final Property<NotificationStackScrollLayoutController, Float>
262 public Float get(NotificationStackScrollLayoutController object) {
267 public void set(NotificationStackScrollLayoutController object, Float value) {
736 public NotificationStackScrollLayoutController( in NotificationStackScrollLayoutController() method in NotificationStackScrollLayoutController
1900 if (NotificationStackScrollLayoutController.DEBUG) {
2002 return NotificationStackScrollLayoutController.this.isInVisibleLocation(entry);
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScrollerTest.kt9 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
35 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/startable/
DShadeStartable.kt37 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
63 private val nsslc: NotificationStackScrollLayoutController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java53 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
82 private final NotificationStackScrollLayoutController mStackScrollerController;
127 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
DStatusBarNotificationPresenter.java75 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
99 private final NotificationStackScrollLayoutController mNsslController;
122 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt40 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
71 private lateinit var stackScrollerController: NotificationStackScrollLayoutController
215 fun setStackScroller(stackScrollerController: NotificationStackScrollLayoutController) { in setStackScroller()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt68 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
121 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController = mock(),
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt42 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
84 private val stackScrollerController: NotificationStackScrollLayoutController = mock()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacksTest.java64 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
103 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
124 @Mock protected NotificationStackScrollLayoutController
DNotificationShadeWindowViewTest.kt64 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
118 NotificationStackScrollLayoutController

12