Searched refs:selectorRect (Results 1 – 1 of 1) sorted by relevance
2687 final Rect selectorRect = mSelectorRect; in positionSelector() local2688 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelector()2690 ((SelectionBoundsAdjuster)sel).adjustListItemSelectionBounds(selectorRect); in positionSelector()2694 selectorRect.left -= mSelectionLeftPadding; in positionSelector()2695 selectorRect.top -= mSelectionTopPadding; in positionSelector()2696 selectorRect.right += mSelectionRightPadding; in positionSelector()2697 selectorRect.bottom += mSelectionBottomPadding; in positionSelector()2714 selector.setBounds(selectorRect); in positionSelector()2964 Rect selectorRect = mSelectorRect; in keyPressed() local2966 && !selectorRect.isEmpty()) { in keyPressed()