Searched refs:mLowerBound (Results 1 – 1 of 1) sorted by relevance
63 private int mLowerBound; field in TouchInterceptor142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3); in onInterceptTouchEvent()199 mLowerBound = mHeight * 2 / 3; in adjustScrollBounds()339 if (y > mLowerBound) { in onTouchEvent()342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4; in onTouchEvent()