Searched refs:selectorRect (Results 1 – 1 of 1) sorted by relevance
2620 final Rect selectorRect = mSelectorRect; in positionSelector() local2621 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelector()2623 ((SelectionBoundsAdjuster)sel).adjustListItemSelectionBounds(selectorRect); in positionSelector()2627 selectorRect.left -= mSelectionLeftPadding; in positionSelector()2628 selectorRect.top -= mSelectionTopPadding; in positionSelector()2629 selectorRect.right += mSelectionRightPadding; in positionSelector()2630 selectorRect.bottom += mSelectionBottomPadding; in positionSelector()2647 selector.setBounds(selectorRect); in positionSelector()2876 Rect selectorRect = mSelectorRect; in keyPressed() local2878 && !selectorRect.isEmpty()) { in keyPressed()