Home | History | Annotate | Download | only in stack

Lines Matching refs:viewState

181             StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
197 StackScrollState.ViewState state = resultState.getViewStateForView(child);
239 * @param state the viewState to update
245 private void updateChildClippingAndBackground(StackScrollState.ViewState state,
273 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
300 StackScrollState.ViewState viewState = resultState.getViewStateForView(
303 viewState.alpha = 1;
307 StackScrollState.ViewState viewState = resultState.getViewStateForView(draggedView);
309 viewState.alpha = draggedView.getAlpha();
326 StackScrollState.ViewState viewState = resultState.getViewStateForView(v);
327 viewState.notGoneIndex = state.visibleChildren.size();
358 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
359 childViewState.location = StackScrollState.ViewState.LOCATION_UNKNOWN;
416 childViewState.location = StackScrollState.ViewState.LOCATION_MAIN_AREA;
430 childViewState.location = StackScrollState.ViewState.LOCATION_FIRST_CARD;
432 if (childViewState.location == StackScrollState.ViewState.LOCATION_UNKNOWN) {
448 private void clampYTranslation(StackScrollState.ViewState childViewState, int childHeight) {
460 private void clampPositionToBottomStackStart(StackScrollState.ViewState childViewState,
473 private void clampPositionToTopStackEnd(StackScrollState.ViewState childViewState,
492 StackScrollState.ViewState childViewState, int childHeight) {
513 childViewState.location = StackScrollState.ViewState.LOCATION_MAIN_AREA;
517 float transitioningPositionStart, StackScrollState.ViewState childViewState,
527 childViewState.location = StackScrollState.ViewState.LOCATION_BOTTOM_STACK_PEEKING;
536 childViewState.location = StackScrollState.ViewState.LOCATION_BOTTOM_STACK_HIDDEN;
545 StackScrollState.ViewState childViewState, float scrollOffset) {
577 childViewState.location = StackScrollState.ViewState.LOCATION_TOP_STACK_PEEKING;
586 childViewState.location = StackScrollState.ViewState.LOCATION_TOP_STACK_HIDDEN;
608 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
679 StackScrollState.ViewState