Searched refs:touchBounds (Results 1 – 1 of 1) sorted by relevance
7521 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;7522 getVerticalScrollBarBounds(null, touchBounds);7523 if (touchBounds.contains((int) x, (int) y)) {7530 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;7531 getHorizontalScrollBarBounds(null, touchBounds);7532 if (touchBounds.contains((int) x, (int) y)) {7554 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;7555 getVerticalScrollBarBounds(bounds, touchBounds);7563 if (x >= touchBounds.left && x <= touchBounds.right7581 final Rect touchBounds = mScrollCache.mScrollBarTouchBounds;[all …]