Searched refs:touchBounds (Results 1 – 1 of 1) sorted by relevance
6774 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;6775 getVerticalScrollBarBounds(null, touchBounds);6776 if (touchBounds.contains((int) x, (int) y)) {6783 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;6784 getHorizontalScrollBarBounds(null, touchBounds);6785 if (touchBounds.contains((int) x, (int) y)) {6807 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;6808 getVerticalScrollBarBounds(bounds, touchBounds);6816 if (x >= touchBounds.left && x <= touchBounds.right6834 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;[all …]