Searched refs:StackViewState (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 131 StackViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState() 147 StackViewState state = resultState.getViewStateForView(child); in updateClipping() 198 StackViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive() 222 StackViewState viewState = resultState.getViewStateForView( in handleDraggedViews() 232 StackViewState viewState = resultState.getViewStateForView(draggedView); in handleDraggedViews() 287 StackViewState childState in initAlgorithmState() 303 StackViewState viewState = resultState.getViewStateForView(v); in updateNotGoneIndex() 333 StackViewState childViewState = resultState.getViewStateForView(child); in updatePositionsForState() 334 childViewState.location = StackViewState.LOCATION_UNKNOWN; in updatePositionsForState() 364 childViewState.location = StackViewState.LOCATION_MAIN_AREA; in updatePositionsForState() [all …]
|
D | StackViewState.java | 22 public class StackViewState extends ViewState { class 72 if (viewState instanceof StackViewState) { in copyFrom() 73 StackViewState svs = (StackViewState) viewState; in copyFrom()
|
D | StackScrollState.java | 41 private WeakHashMap<ExpandableView, StackViewState> mStateMap; 76 StackViewState viewState = mStateMap.get(view); in resetViewState() 78 viewState = new StackViewState(); in resetViewState() 90 public StackViewState getViewStateForView(View requestedView) { in getViewStateForView() 106 StackViewState state = mStateMap.get(child); in apply() 128 public boolean applyState(ExpandableView view, StackViewState state) {
|
D | StackStateAnimator.java | 78 private final StackViewState mTmpState = new StackViewState(); 125 StackViewState viewState = finalState.getViewStateForView(child); in startAnimationForEvents() 148 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState, in applyWithoutAnimation() 174 StackViewState viewState = finalState.getViewStateForView(child); in findLastNotAddedIndex() 196 public void startStackAnimations(final ExpandableView child, StackViewState viewState, in startStackAnimations() 322 private long calculateChildAnimationDelay(StackViewState viewState, in calculateChildAnimationDelay() 377 private long calculateDelayDark(StackViewState viewState) { in calculateDelayDark() 391 private long calculateDelayGoToFullShade(StackViewState viewState) { in calculateDelayGoToFullShade() 398 StackViewState viewState, long duration, long delay) { in startShadowAlphaAnimation() 457 StackViewState viewState, long duration, long delay) { in startHeightAnimation() [all …]
|
D | NotificationChildrenContainer.java | 424 public void getState(StackScrollState resultState, StackViewState parentState) { 461 StackViewState childState = resultState.getViewStateForView(child); 543 int parentHeight, StackViewState childState, int yPosition) { 583 StackViewState viewState = state.getViewStateForView(child); 630 StackViewState viewState = state.getViewStateForView(child);
|
D | NotificationStackScrollLayout.java | 542 StackViewState childViewState = mCurrentStackScrollState.getViewStateForView(row); in isInVisibleLocation() 546 if ((childViewState.location &= StackViewState.VISIBLE_LOCATIONS) == 0) { in isInVisibleLocation() 1086 StackViewState viewState = mCurrentStackScrollState.getViewStateForView(view); in getMaxExpandHeight() 2709 StackViewState viewState = mCurrentStackScrollState.getViewStateForView(row); in generateHeadsUpAnimationEvents() 2734 private boolean shouldHunAppearFromBottom(StackViewState viewState) { in shouldHunAppearFromBottom()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 58 import com.android.systemui.statusbar.stack.StackViewState; 472 StackViewState parentState = resultState.getViewStateForView(this);
|