Searched refs:ExpandableViewState (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 141 ExpandableViewState childViewState = child.getViewState(); in updateSpeedBumpState() 167 ExpandableViewState state = child.getViewState(); in updateClipping() 221 ExpandableViewState childViewState = child.getViewState(); in updateDimmedActivatedHideSensitive() 316 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState() 352 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex() 416 ExpandableViewState childViewState = child.getViewState(); in updateChild() 417 childViewState.location = ExpandableViewState.LOCATION_UNKNOWN; in updateChild() 428 childViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in updateChild() 436 childViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in updateChild() 465 childViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in updateChild() [all …]
|
D | StackStateAnimator.java | 69 private final ExpandableViewState mTmpState = new ExpandableViewState(); 145 ExpandableViewState viewState = child.getViewState(); in startAnimationForEvents() 168 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties() 185 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade() 199 private boolean applyWithoutAnimation(ExpandableView child, ExpandableViewState viewState) { in applyWithoutAnimation() 219 private long calculateChildAnimationDelay(ExpandableViewState viewState, in calculateChildAnimationDelay() 276 private long calculateDelayGoToFullShade(ExpandableViewState viewState, in calculateDelayGoToFullShade() 349 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents() 387 ExpandableViewState viewState = in processAnimationEvents() 411 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
|
D | ExpandableViewState.java | 33 public class ExpandableViewState extends ViewState { class 83 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN 84 | ExpandableViewState.LOCATION_MAIN_AREA; 119 if (viewState instanceof ExpandableViewState) { in copyFrom() 120 ExpandableViewState svs = (ExpandableViewState) viewState; in copyFrom()
|
D | NotificationSection.java | 260 + ExpandableViewState.getFinalActualHeight(firstView)); in updateBounds() 271 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
|
D | NotificationChildrenContainer.java | 263 ExpandableViewState viewState = row.getViewState(); in addNotification() 520 public void updateState(ExpandableViewState parentState, AmbientState ambientState) { 558 ExpandableViewState childState = child.getViewState(); 639 int parentHeight, ExpandableViewState childState, int yPosition) { 687 ExpandableViewState viewState = child.getViewState(); 766 ExpandableViewState viewState = child.getViewState();
|
D | NotificationStackScrollLayout.java | 1085 ExpandableViewState childViewState = row.getViewState(); 1090 if ((childViewState.location & ExpandableViewState.VISIBLE_LOCATIONS) == 0) { 3448 ExpandableViewState viewState = row.getViewState(); 3474 private boolean shouldHunAppearFromBottom(ExpandableViewState viewState) { 5396 ExpandableViewState viewState = child.getViewState();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | EmptyShadeView.java | 29 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 76 public ExpandableViewState createExpandableViewState() { in createExpandableViewState() 80 public class EmptyShadeViewState extends ExpandableViewState {
|
D | NotificationShelf.java | 49 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 184 public ExpandableViewState createExpandableViewState() { in createExpandableViewState() 195 ExpandableViewState lastViewState = lastView.getViewState(); in updateState() 225 viewState.location = ExpandableViewState.LOCATION_GONE; in updateState() 953 private class ShelfState extends ExpandableViewState {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FooterView.java | 26 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 91 public ExpandableViewState createExpandableViewState() { in createExpandableViewState() 95 public class FooterViewState extends ExpandableViewState {
|
D | ExpandableView.java | 31 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 61 private final ExpandableViewState mViewState; 524 protected ExpandableViewState createExpandableViewState() { in createExpandableViewState() 525 return new ExpandableViewState(); in createExpandableViewState() 529 public ExpandableViewState resetViewState() { in resetViewState() 556 @Nullable public ExpandableViewState getViewState() { in getViewState()
|
D | ExpandableNotificationRow.java | 96 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 910 ExpandableViewState parentState = getViewState(); 3035 public ExpandableViewState createExpandableViewState() { 3139 private static class NotificationViewState extends ExpandableViewState {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 42 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 178 case ExpandableViewState.LOCATION_FIRST_HUN: in convertNotificationLocation() 180 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation() 182 case ExpandableViewState.LOCATION_MAIN_AREA: in convertNotificationLocation() 184 case ExpandableViewState.LOCATION_BOTTOM_STACK_PEEKING: in convertNotificationLocation() 186 case ExpandableViewState.LOCATION_BOTTOM_STACK_HIDDEN: in convertNotificationLocation() 188 case ExpandableViewState.LOCATION_GONE: in convertNotificationLocation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | ExpansionStateLoggerTest.java | 35 import com.android.systemui.statusbar.notification.stack.ExpandableViewState; 169 NOTIFICATION_KEY, true, true, ExpandableViewState.LOCATION_UNKNOWN); in testOnEntryReinflated() 178 NOTIFICATION_KEY, true, true, ExpandableViewState.LOCATION_UNKNOWN); in testOnEntryReinflated()
|