Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java70 public NotificationStackScrollLayout mHostLayout;
71 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator()
127 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
135 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
213 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) { in applyWithoutAnimation()
230 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
233 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
244 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
246 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
[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…
DNotificationStackSizeCalculator.kt151 stack: NotificationStackScrollLayout, in <lambda>()
251 stack: NotificationStackScrollLayout, in <lambda>()
312 stack: NotificationStackScrollLayout, in <lambda>()
375 private val NotificationStackScrollLayout.childrenSequence: Sequence<ExpandableView> in <lambda>() constant
389 stack: NotificationStackScrollLayout, in <lambda>()
444 stack: NotificationStackScrollLayout, in <lambda>()
455 private fun NotificationStackScrollLayout.showableChildren() = in <lambda>() method
DAnimationFilter.java110 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
114 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
117 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
DNotificationStackScrollLayoutController.java25 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.OnEmp…
26 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.OnOve…
27 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
28 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
29 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
30 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.Selec…
199 private NotificationStackScrollLayout mView;
594 return NotificationStackScrollLayout.canChildBeDismissed(v);
631 NotificationStackScrollLayout view, in NotificationStackScrollLayoutController()
1470 public NotificationStackScrollLayout getView() {
[all …]
DNotificationTargetsHelper.kt33 stackScrollLayout: NotificationStackScrollLayout, in findRoundableTargets()
DNotificationSectionsManager.kt61 private lateinit var parent: NotificationStackScrollLayout in <lambda>()
85 fun initialize(parent: NotificationStackScrollLayout) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
33 view: NotificationStackScrollLayout, in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java53 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
164 if (viewParent instanceof NotificationStackScrollLayout) { in onWorkChallengeChanged()
165 final NotificationStackScrollLayout scrollLayout = in onWorkChallengeChanged()
166 (NotificationStackScrollLayout) viewParent; in onWorkChallengeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.kt23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
DNotificationShelf.java55 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
105 private NotificationStackScrollLayout mHostLayout;
144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt49 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
120 ): NotificationStackScrollLayout { in providesNotificationStackScrollLayout()
131 notificationStackScrollLayout: NotificationStackScrollLayout, in providesNotificationShelfController()
DNotificationShadeWindowViewController.java66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
119 private NotificationStackScrollLayout mStackScrollLayout;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterViewButton.java25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
DActivatableNotificationView.java44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
235 float alpha = NotificationStackScrollLayout.BACKGROUND_ALPHA_DIMMED; in updateOutlineAlpha()
DNotificationMenuRow.java50 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
343 && !NotificationStackScrollLayout.isPinnedHeadsUp(getParent()) in onTouchMove()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt56 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
96 @Mock private lateinit var notificationStackScrollLayout: NotificationStackScrollLayout
139 underTest.findViewById<NotificationStackScrollLayout>( in setUp()
DNotificationPanelViewControllerBaseTest.java145 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
202 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout;
316 protected ArgumentCaptor<NotificationStackScrollLayout.OnEmptySpaceClickListener>
/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…
112 private NotificationStackScrollLayout mStackScroller; // Normally test this
113 private NotificationStackScrollLayout mStackScrollerInternal; // See explanation below
191 mStackScrollerInternal = new NotificationStackScrollLayout(getContext(), null); in setUp()
641 mStackScroller.clearNotifications(NotificationStackScrollLayout.ROWS_GENTLE, false); in testClearNotifications_Gentle()
DNotificationStackScrollLayoutControllerTest.java22 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
132 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout;
474 ArgumentCaptor<NotificationStackScrollLayout.ClearAllListener> in testDismissListener()
476 NotificationStackScrollLayout.ClearAllListener.class); in testDismissListener()
482 NotificationStackScrollLayout.ClearAllListener dismissListener = in testDismissListener()
DNotificationTargetsHelperTest.kt24 private val stackScrollLayout: NotificationStackScrollLayout = mock()
DNotificationSectionsManagerTest.java56 @Mock private NotificationStackScrollLayout mNssl;
DNotificationStackSizeCalculatorTest.kt53 @Mock private lateinit var stackLayout: NotificationStackScrollLayout in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java61 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
102 mock(NotificationStackScrollLayout.class)); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt30 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>()
94 @Mock lateinit var stackscroller: NotificationStackScrollLayout

12