Searched refs:selectorRect (Results 1 – 1 of 1) sorted by relevance
2695 final Rect selectorRect = mSelectorRect; in positionSelector() local2696 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelector()2698 ((SelectionBoundsAdjuster)sel).adjustListItemSelectionBounds(selectorRect); in positionSelector()2702 selectorRect.left -= mSelectionLeftPadding; in positionSelector()2703 selectorRect.top -= mSelectionTopPadding; in positionSelector()2704 selectorRect.right += mSelectionRightPadding; in positionSelector()2705 selectorRect.bottom += mSelectionBottomPadding; in positionSelector()2722 selector.setBounds(selectorRect); in positionSelector()2972 Rect selectorRect = mSelectorRect; in keyPressed() local2974 && !selectorRect.isEmpty()) { in keyPressed()