Home
last modified time | relevance | path

Searched refs:StackViewState (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java195 StackViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState()
212 StackViewState state = resultState.getViewStateForView(child); in updateClipping()
273 private void updateChildClippingAndBackground(StackViewState state, float realHeight, in updateChildClippingAndBackground()
301 StackViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive()
328 StackViewState viewState = resultState.getViewStateForView( in handleDraggedViews()
337 StackViewState viewState = resultState.getViewStateForView(draggedView); in handleDraggedViews()
367 StackViewState childState in updateVisibleChildren()
382 StackViewState viewState = resultState.getViewStateForView(v); in updateNotGoneIndex()
421 StackViewState childViewState = resultState.getViewStateForView(child); in updatePositionsForState()
422 childViewState.location = StackViewState.LOCATION_UNKNOWN; in updatePositionsForState()
[all …]
DStackViewState.java26 public class StackViewState extends ViewState { class
73 if (viewState instanceof StackViewState) { in copyFrom()
74 StackViewState svs = (StackViewState) viewState; in copyFrom()
DStackScrollState.java43 private Map<ExpandableView, StackViewState> mStateMap;
48 mStateMap = new HashMap<ExpandableView, StackViewState>(); in StackScrollState()
78 StackViewState viewState = mStateMap.get(view); in resetViewState()
80 viewState = new StackViewState(); in resetViewState()
90 public StackViewState getViewStateForView(View requestedView) { in getViewStateForView()
106 StackViewState state = mStateMap.get(child); in apply()
130 public boolean applyState(ExpandableView view, StackViewState state) {
236 public void performSpeedBumpAnimation(int i, SpeedBumpView speedBump, StackViewState state,
241 StackViewState nextState = getViewStateForView(nextChild);
DNotificationChildrenContainer.java248 public void getState(StackScrollState resultState, StackViewState parentState) {
263 StackViewState childState = resultState.getViewStateForView(child);
286 StackViewState viewState = state.getViewStateForView(child);
318 StackViewState sourceState = new StackViewState();
322 StackViewState viewState = state.getViewStateForView(child);
355 StackViewState viewState = state.getViewStateForView(child);
DStackStateAnimator.java80 private final StackViewState mTmpState = new StackViewState();
130 StackViewState viewState = finalState.getViewStateForView(child); in startAnimationForEvents()
155 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState, in applyWithoutAnimation()
181 StackViewState viewState = finalState.getViewStateForView(child); in findLastNotAddedIndex()
203 public void startStackAnimations(final ExpandableView child, StackViewState viewState, in startStackAnimations()
315 private long calculateChildAnimationDelay(StackViewState viewState, in calculateChildAnimationDelay()
367 private long calculateDelayDark(StackViewState viewState) { in calculateDelayDark()
381 private long calculateDelayGoToFullShade(StackViewState viewState) { in calculateDelayGoToFullShade()
388 StackViewState viewState, long duration, long delay) { in startHeightAnimation()
447 StackViewState viewState, long duration, long delay) { in startInsetAnimation()
[all …]
DNotificationStackScrollLayout.java403 StackViewState childViewState = mCurrentStackScrollState.getViewStateForView(child); in getChildLocation()
405 return StackViewState.LOCATION_UNKNOWN; in getChildLocation()
408 return StackViewState.LOCATION_GONE; in getChildLocation()
1920 StackViewState viewState = mCurrentStackScrollState.getViewStateForView(row); in generateHeadsUpAnimationEvents()
1945 private boolean shouldHunAppearFromBottom(StackViewState viewState) { in shouldHunAppearFromBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java42 import com.android.systemui.statusbar.stack.StackViewState;
239 StackViewState parentState = resultState.getViewStateForView(this); in getChildrenStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java156 import com.android.systemui.statusbar.stack.StackViewState;
485 private static final int VISIBLE_LOCATIONS = StackViewState.LOCATION_FIRST_CARD
486 | StackViewState.LOCATION_MAIN_AREA;