Searched refs:touchableBounds (Results 1 – 1 of 1) sorted by relevance
527 Rect touchableBounds = mOtherRect; in findNearestTouchable() local533 touchable.getDrawingRect(touchableBounds); in findNearestTouchable()535 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable()537 if (!isTouchCandidate(x, y, touchableBounds, direction)) { in findNearestTouchable()545 distance = x - touchableBounds.right + 1; in findNearestTouchable()548 distance = touchableBounds.left; in findNearestTouchable()551 distance = y - touchableBounds.bottom + 1; in findNearestTouchable()554 distance = touchableBounds.top; in findNearestTouchable()561 closestBounds.contains(touchableBounds) || in findNearestTouchable()562 (!touchableBounds.contains(closestBounds) && distance < minDistance)) { in findNearestTouchable()[all …]