Home | History | Annotate | Download | only in stack

Lines Matching refs:viewState

2225             int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView));
2244 finalTranslationY = (int) ViewState.getFinalTranslationY(lastView);
2965 ExpandableViewState viewState = mCurrentStackScrollState.getViewStateForView(row);
2966 if (viewState == null) {
2972 if (pinnedAndClosed || shouldHunAppearFromBottom(viewState)) {
2990 private boolean shouldHunAppearFromBottom(ExpandableViewState viewState) {
2991 if (viewState.yTranslation + viewState.height < mAmbientState.getMaxHeadsUpTranslation()) {