Home | History | Annotate | Download | only in stack

Lines Matching refs:stackEnd

1983                 int stackEnd = mMaxLayoutHeight - mBottomStackPeekSize -
1985 if (endPosition > stackEnd) {
1986 mOwnScrollY += endPosition - stackEnd;