Home
last modified time | relevance | path

Searched refs:NotificationStackScrollLayout (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt20 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
40 view: NotificationStackScrollLayout, in <lambda>()
75 private val NotificationStackScrollLayout.onNotificationLocationsUpdated constant
79 NotificationStackScrollLayout.OnNotificationLocationsChangedListener { callable -> in <lambda>()
DNotificationListViewBinder.kt52 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
95 view: NotificationStackScrollLayout, in <lambda>()
156 parentView: NotificationStackScrollLayout, in <lambda>()
187 parentView: NotificationStackScrollLayout, in <lambda>()
241 parentView: NotificationStackScrollLayout, in <lambda>()
263 parentView: NotificationStackScrollLayout, in <lambda>()
301 parentView: NotificationStackScrollLayout, in <lambda>()
324 view: NotificationStackScrollLayout, in <lambda>()
332 view: NotificationStackScrollLayout, in <lambda>()
339 private suspend fun bindLogger(view: NotificationStackScrollLayout) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java21 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Anima…
22 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Anima…
23 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Anima…
24 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Anima…
25 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Anima…
88 public NotificationStackScrollLayout mHostLayout;
92 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
115 NotificationStackScrollLayout hostLayout, in StackStateAnimator()
178 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
187 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
[all …]
DNotificationStackScrollLogger.kt13 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
14 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
15 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
16 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
17 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
DAnimationFilter.java98 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
102 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
105 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
DMagneticNotificationRowManager.kt62 stackScrollLayout: NotificationStackScrollLayout, in onDensityChange()
124 stackScrollLayout: NotificationStackScrollLayout, in onDensityChange()
DNotificationStackSizeCalculator.kt184 stack: NotificationStackScrollLayout, in <lambda>()
292 stack: NotificationStackScrollLayout, in <lambda>()
366 stack: NotificationStackScrollLayout, in <lambda>()
446 private val NotificationStackScrollLayout.childrenSequence: Sequence<ExpandableView> in <lambda>() constant
460 stack: NotificationStackScrollLayout, in <lambda>()
525 stack: NotificationStackScrollLayout, in <lambda>()
536 private fun NotificationStackScrollLayout.showableChildren() = in <lambda>() method
DNotificationTargetsHelper.kt29 stackScrollLayout: NotificationStackScrollLayout, in findRoundableTargets()
98 stackScrollLayout: NotificationStackScrollLayout, in findMagneticTargets()
DNotificationSectionsManager.kt74 private lateinit var parent: NotificationStackScrollLayout in <lambda>()
114 fun initialize(parent: NotificationStackScrollLayout) { in <lambda>()
DMagneticNotificationRowManagerImpl.kt90 stackScrollLayout: NotificationStackScrollLayout, in <lambda>()
105 stackScrollLayout: NotificationStackScrollLayout, in <lambda>()
DNotificationStackScrollLayoutController.java29 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.OnEmp…
30 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.OnOve…
31 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
32 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Selec…
199 private NotificationStackScrollLayout mView;
708 return NotificationStackScrollLayout.canChildBeDismissed(v);
737 NotificationStackScrollLayout view, in NotificationStackScrollLayoutController()
1636 public NotificationStackScrollLayout getView() {
1897 if (selection == NotificationStackScrollLayout.ROWS_GENTLE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ui/viewbinder/
DHeadsUpNotificationViewBinder.kt23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
39 suspend fun bindHeadsUpNotifications(parentView: NotificationStackScrollLayout): Unit = in <lambda>()
103 private val NotificationStackScrollLayout.isHeadsUpAnimatingAway: Flow<Boolean> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeControllerKosmos.kt32 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
48 notificationStackScrollLayout = mock<NotificationStackScrollLayout>(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java58 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
186 if (viewParent instanceof NotificationStackScrollLayout) { in onWorkChallengeChanged()
187 final NotificationStackScrollLayout scrollLayout = in onWorkChallengeChanged()
188 (NotificationStackScrollLayout) viewParent; in onWorkChallengeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt50 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
73 notificationStackScrollLayout: NotificationStackScrollLayout in <lambda>()
137 ): NotificationStackScrollLayout { in <lambda>()
DShadeControllerSceneImpl.kt34 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
57 private val notificationStackScrollLayout: NotificationStackScrollLayout, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterViewButton.java25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
DActivatableNotificationView.java53 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
246 float alpha = NotificationStackScrollLayout.BACKGROUND_ALPHA_DIMMED; in updateOutlineAlpha()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt63 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
112 @Mock private lateinit var notificationStackScrollLayout: NotificationStackScrollLayout
158 underTest.findViewById<NotificationStackScrollLayout>( in setUp()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt58 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
82 stackScrollLayout: NotificationStackScrollLayout, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java55 @Mock private NotificationStackScrollLayout mNssl;
DNotificationStackScrollLayoutControllerTest.java24 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
134 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout;
645 ArgumentCaptor<NotificationStackScrollLayout.ClearAllListener> in testDismissListener()
647 NotificationStackScrollLayout.ClearAllListener.class); in testDismissListener()
653 NotificationStackScrollLayout.ClearAllListener dismissListener = in testDismissListener()
DStackStateAnimatorTest.kt33 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.AnimationEve…
69 private val stackScroller: NotificationStackScrollLayout = mock()
DNotificationTargetsHelperTest.kt27 private val stackScrollLayout: NotificationStackScrollLayout = mock() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java22 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
23 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
24 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.RUBBE…
141 private NotificationStackScrollLayout mStackScroller; // Normally test this
142 private NotificationStackScrollLayout mStackScrollerInternal; // See explanation below
219 mStackScrollerInternal = new NotificationStackScrollLayout(getContext(), null); in setUp()
675 mStackScroller.clearNotifications(NotificationStackScrollLayout.ROWS_GENTLE, in testClearNotifications_Gentle()

12