| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | StackStateAnimator.java | 70 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 …]
|
| D | NotificationStackScrollLogger.kt | 13 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…
|
| D | NotificationStackSizeCalculator.kt | 151 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
|
| D | AnimationFilter.java | 110 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()
|
| D | NotificationStackScrollLayoutController.java | 25 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 …]
|
| D | NotificationTargetsHelper.kt | 33 stackScrollLayout: NotificationStackScrollLayout, in findRoundableTargets()
|
| D | NotificationSectionsManager.kt | 61 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/ |
| D | NotificationListViewBinder.kt | 25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout 33 view: NotificationStackScrollLayout, in bind()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarRemoteInputCallback.java | 53 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/ |
| D | NotificationShelfController.kt | 23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout
|
| D | NotificationShelf.java | 55 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/ |
| D | ShadeViewProviderModule.kt | 49 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout 120 ): NotificationStackScrollLayout { in providesNotificationStackScrollLayout() 131 notificationStackScrollLayout: NotificationStackScrollLayout, in providesNotificationShelfController()
|
| D | NotificationShadeWindowViewController.java | 66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; 119 private NotificationStackScrollLayout mStackScrollLayout;
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | FooterViewButton.java | 25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;
|
| D | ActivatableNotificationView.java | 44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; 235 float alpha = NotificationStackScrollLayout.BACKGROUND_ALPHA_DIMMED; in updateOutlineAlpha()
|
| D | NotificationMenuRow.java | 50 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; 343 && !NotificationStackScrollLayout.isPinnedHeadsUp(getParent()) in onTouchMove()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
| D | NotificationShadeWindowViewTest.kt | 56 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout 96 @Mock private lateinit var notificationStackScrollLayout: NotificationStackScrollLayout 139 underTest.findViewById<NotificationStackScrollLayout>( in setUp()
|
| D | NotificationPanelViewControllerBaseTest.java | 145 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/ |
| D | NotificationStackScrollLayoutTest.java | 22 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()
|
| D | NotificationStackScrollLayoutControllerTest.java | 22 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()
|
| D | NotificationTargetsHelperTest.kt | 24 private val stackScrollLayout: NotificationStackScrollLayout = mock()
|
| D | NotificationSectionsManagerTest.java | 56 @Mock private NotificationStackScrollLayout mNssl;
|
| D | NotificationStackSizeCalculatorTest.kt | 53 @Mock private lateinit var stackLayout: NotificationStackScrollLayout in <lambda>()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarNotificationPresenterTest.java | 61 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; 102 mock(NotificationStackScrollLayout.class)); in setup()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
| D | LockscreenShadeTransitionControllerTest.kt | 30 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout in <lambda>() 94 @Mock lateinit var stackscroller: NotificationStackScrollLayout
|