Home
last modified time | relevance | path

Searched refs:ExpandableViewState (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java272 ExpandableViewState childViewState = child.getViewState(); in updateSpeedBumpState()
303 ExpandableViewState state = child.getViewState(); in updateClipping()
428 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex()
516 ExpandableViewState viewState, in maybeUpdateHeadsUpIsVisible()
543 ExpandableViewState viewState = view.getViewState();
544 viewState.location = ExpandableViewState.LOCATION_UNKNOWN;
716 ExpandableViewState viewState = row.getViewState(); in updatePulsingStates()
761 ExpandableViewState childState = row.getViewState(); in updateHeadsUpStates()
789 ExpandableViewState topState = in updateHeadsUpStates()
834 ExpandableViewState viewState) { in clampHunToTop()
[all …]
H A DStackStateAnimator.java68 private final ExpandableViewState mTmpState = new ExpandableViewState();
141 ExpandableViewState viewState = child.getViewState(); in startAnimationForEvents()
164 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties()
181 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade()
201 private boolean applyWithoutAnimation(ExpandableView child, ExpandableViewState viewState) { in applyWithoutAnimation()
221 private long calculateChildAnimationDelay(ExpandableViewState viewState, in calculateChildAnimationDelay()
278 private long calculateDelayGoToFullShade(ExpandableViewState viewState, in calculateDelayGoToFullShade()
360 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
401 ExpandableViewState viewState = in processAnimationEvents()
441 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
H A DExpandableViewState.java33 public class ExpandableViewState extends ViewState { class
86 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN
87 | ExpandableViewState.LOCATION_MAIN_AREA;
127 if (viewState instanceof ExpandableViewState) { in copyFrom()
128 ExpandableViewState svs = (ExpandableViewState) viewState; in copyFrom()
H A DNotificationSection.java268 + ExpandableViewState.getFinalActualHeight(firstView)); in updateBounds()
278 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
H A DNotificationChildrenContainer.java336 ExpandableViewState viewState = row.getViewState(); in addNotification()
620 public void updateState(ExpandableViewState parentState) {
658 ExpandableViewState childState = child.getViewState();
756 ExpandableViewState childState,
807 ExpandableViewState viewState = child.getViewState();
942 ExpandableViewState viewState = child.getViewState();
H A DNotificationStackScrollLayoutController.java847 ExpandableViewState childViewState = row.getViewState(); in isInVisibleLocation()
848 if ((childViewState.location & ExpandableViewState.VISIBLE_LOCATIONS) == 0) { in isInVisibleLocation()
H A DNotificationStackScrollLayout.java3247 ExpandableViewState viewState = row.getViewState(); in generateHeadsUpAnimationEvents()
3281 private boolean shouldHunAppearFromBottom(ExpandableViewState viewState) { in shouldHunAppearFromBottom()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt411 val expandableViewState = ExpandableViewState()
427 val expandableViewState = ExpandableViewState()
443 val expandableViewState = ExpandableViewState()
452 val expandableViewState = ExpandableViewState()
467 val expandableViewState = ExpandableViewState()
482 val expandableViewState = ExpandableViewState()
497 val expandableViewState = ExpandableViewState()
512 val expandableViewState = ExpandableViewState()
527 val expandableViewState = ExpandableViewState()
540 val expandableViewState = ExpandableViewState()
[all …]
H A DNotificationShelfTest.kt372 val expandableViewState = ExpandableViewState()
399 val expandableViewState = ExpandableViewState()
425 val expandableViewState = ExpandableViewState()
453 val expandableViewState = ExpandableViewState()
459 val ssaVisibleChildState = ExpandableViewState()
464 val ssaVisibleChildState1 = ExpandableViewState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java34 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
137 public ExpandableViewState createExpandableViewState() { in createExpandableViewState()
141 public class EmptyShadeViewState extends ExpandableViewState {
H A DNotificationShelf.java53 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
195 public ExpandableViewState createExpandableViewState() { in createExpandableViewState()
218 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
269 viewState.location = ExpandableViewState.LOCATION_GONE; in updateState()
1069 public class ShelfState extends ExpandableViewState {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java41 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
77 @NonNull private final ExpandableViewState mViewState;
631 protected ExpandableViewState createExpandableViewState() { in createExpandableViewState()
632 return new ExpandableViewState(); in createExpandableViewState()
636 public ExpandableViewState resetViewState() { in resetViewState()
668 @NonNull public ExpandableViewState getViewState() { in getViewState()
828 ExpandableViewState viewState = getViewState(); in dump()
H A DFooterView.java38 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
199 public ExpandableViewState createExpandableViewState() { in createExpandableViewState()
203 public class FooterViewState extends ExpandableViewState {
H A DExpandableNotificationRow.java106 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
992 ExpandableViewState parentState = getViewState();
3469 public ExpandableViewState createExpandableViewState() {
3561 private static class NotificationViewState extends ExpandableViewState {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java48 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
179 case ExpandableViewState.LOCATION_FIRST_HUN: in convertNotificationLocation()
181 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation()
183 case ExpandableViewState.LOCATION_MAIN_AREA: in convertNotificationLocation()
185 case ExpandableViewState.LOCATION_BOTTOM_STACK_PEEKING: in convertNotificationLocation()
187 case ExpandableViewState.LOCATION_BOTTOM_STACK_HIDDEN: in convertNotificationLocation()
189 case ExpandableViewState.LOCATION_GONE: in convertNotificationLocation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DExpansionStateLoggerTest.java33 import com.android.systemui.statusbar.notification.stack.ExpandableViewState;
169 NOTIFICATION_KEY, true, true, ExpandableViewState.LOCATION_UNKNOWN); in testOnEntryUpdated()
178 NOTIFICATION_KEY, true, true, ExpandableViewState.LOCATION_UNKNOWN); in testOnEntryUpdated()