HomeSort by relevance Sort by last modified time
    Searched refs:StackViewState (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 22 public class StackViewState extends ViewState {
68 if (viewState instanceof StackViewState) {
69 StackViewState svs = (StackViewState) viewState;
StackScrollAlgorithm.java 131 StackViewState childViewState = resultState.getViewStateForView(child);
147 StackViewState state = resultState.getViewStateForView(child);
198 StackViewState childViewState = resultState.getViewStateForView(child);
222 StackViewState viewState = resultState.getViewStateForView(
232 StackViewState viewState = resultState.getViewStateForView(draggedView);
287 StackViewState childState
303 StackViewState viewState = resultState.getViewStateForView(v);
333 StackViewState childViewState = resultState.getViewStateForView(child);
334 childViewState.location = StackViewState.LOCATION_UNKNOWN;
364 childViewState.location = StackViewState.LOCATION_MAIN_AREA
    [all...]
StackScrollState.java 41 private WeakHashMap<ExpandableView, StackViewState> mStateMap;
76 StackViewState viewState = mStateMap.get(view);
78 viewState = new StackViewState();
90 public StackViewState getViewStateForView(View requestedView) {
106 StackViewState state = mStateMap.get(child);
124 * Applies a {@link StackViewState} to an {@link ExpandableView}.
128 public boolean applyState(ExpandableView view, StackViewState state) {
StackStateAnimator.java 77 private final StackViewState mTmpState = new StackViewState();
124 StackViewState viewState = finalState.getViewStateForView(child);
147 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState,
173 StackViewState viewState = finalState.getViewStateForView(child);
186 * Start an animation to the given {@link StackViewState}.
189 * @param viewState the {@link StackViewState} of the view to animate to
195 public void startStackAnimations(final ExpandableView child, StackViewState viewState,
272 * @param viewState the {@link StackViewState} of the view to animate to
321 private long calculateChildAnimationDelay(StackViewState viewState
    [all...]
NotificationChildrenContainer.java 413 public void getState(StackScrollState resultState, StackViewState parentState) {
450 StackViewState childState = resultState.getViewStateForView(child);
531 int parentHeight, StackViewState childState, int yPosition) {
571 StackViewState viewState = state.getViewStateForView(child);
618 StackViewState viewState = state.getViewStateForView(child);
    [all...]
NotificationStackScrollLayout.java 545 * @return one of {@link StackViewState}'s <code>LOCATION_*</code> constants
548 StackViewState childViewState = mCurrentStackScrollState.getViewStateForView(child);
550 return StackViewState.LOCATION_UNKNOWN;
553 return StackViewState.LOCATION_GONE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 57 import com.android.systemui.statusbar.stack.StackViewState;
464 StackViewState parentState = resultState.getViewStateForView(this);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 175 import com.android.systemui.statusbar.stack.StackViewState;
547 private static final int VISIBLE_LOCATIONS = StackViewState.LOCATION_FIRST_HUN
548 | StackViewState.LOCATION_MAIN_AREA;
    [all...]

Completed in 107 milliseconds