Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java68 public NotificationStackScrollLayout mHostLayout;
69 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
89 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator()
120 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
128 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
206 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) { in applyWithoutAnimation()
223 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
226 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
237 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
239 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
[all …]
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…
31 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.canCh…
177 private NotificationStackScrollLayout mView;
532 return NotificationStackScrollLayout.canChildBeDismissed(v);
670 public void attach(NotificationStackScrollLayout view) { in attach()
[all …]
DNotificationSectionsManager.kt74 private lateinit var parent: NotificationStackScrollLayout in <lambda>()
98 fun initialize(parent: NotificationStackScrollLayout, layoutInflater: LayoutInflater) { in <lambda>()
352 .hasActiveClearableNotifications(NotificationStackScrollLayout.ROWS_GENTLE) in <lambda>()
DNotificationStackScrollLayout.java134 public class NotificationStackScrollLayout extends ViewGroup implements Dumpable { class
564 return NotificationStackScrollLayout.this;
569 public NotificationStackScrollLayout( in NotificationStackScrollLayout() method in NotificationStackScrollLayout
5949 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);
5986 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);
5991 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);
/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_…
66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.KeyguardBypa…
90 private NotificationStackScrollLayout mStackScroller; // Normally test this
91 private NotificationStackScrollLayout mStackScrollerInternal; // See explanation below
144 mStackScrollerInternal = new NotificationStackScrollLayout( in setUp()
425 mStackScroller.clearNotifications(NotificationStackScrollLayout.ROWS_GENTLE, false); in testClearNotifications_Gentle()
DNotificationStackScrollerControllerTest.java21 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
103 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout;
348 ArgumentCaptor<NotificationStackScrollLayout.DismissListener> in testDismissListener()
350 NotificationStackScrollLayout.DismissListener.class); in testDismissListener()
356 NotificationStackScrollLayout.DismissListener dismissListener = in testDismissListener()
DNotificationSectionsManagerTest.java82 @Mock private NotificationStackScrollLayout mNssl;
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java27 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
93 NotificationStackScrollLayout createNotificationStackScrollLayout(); in createNotificationStackScrollLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java50 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
161 if (viewParent instanceof NotificationStackScrollLayout) { in onWorkChallengeChanged()
162 final NotificationStackScrollLayout scrollLayout = in onWorkChallengeChanged()
163 (NotificationStackScrollLayout) viewParent; in onWorkChallengeChanged()
DNotificationsQuickSettingsContainer.java34 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
46 private NotificationStackScrollLayout mStackScroller;
DNotificationShadeWindowViewController.java55 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
98 private NotificationStackScrollLayout mStackScrollLayout;
DNotificationPanelViewController.java29 import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_…
152 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
874 NotificationStackScrollLayout stackScrollLayout = mView.findViewById( in onFinishInflate()
4079 NotificationStackScrollLayout.OnOverscrollTopChangedListener {
4278 NotificationStackScrollLayout.OnEmptySpaceClickListener {
DStatusBar.java229 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
4532 protected NotificationStackScrollLayout mStackScroller;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewTest.java49 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
86 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout;
DStatusBarNotificationPresenterTest.java61 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
119 mock(NotificationStackScrollLayout.class)); in setup()
DNotificationPanelViewTest.java121 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
151 private NotificationStackScrollLayout mNotificationStackScrollLayout;
DStatusBarTest.java135 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
187 @Mock private NotificationStackScrollLayout mStackScroller;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterViewButton.java25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
DActivatableNotificationView.java42 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
294 float alpha = NotificationStackScrollLayout.BACKGROUND_ALPHA_DIMMED; in updateOutlineAlpha()
DNotificationMenuRow.java51 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
353 && !NotificationStackScrollLayout.isPinnedHeadsUp(getParent()) in onTouchMove()
DExpandableView.java36 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
DExpandableNotificationRow.java103 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
3155 return getParent() instanceof NotificationStackScrollLayout;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt17 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
72 @Mock lateinit var stackscroller: NotificationStackScrollLayout