Searched refs:selectorRect (Results 1 – 1 of 1) sorted by relevance
2628 final Rect selectorRect = mSelectorRect; in positionSelector() local2629 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelector()2631 ((SelectionBoundsAdjuster)sel).adjustListItemSelectionBounds(selectorRect); in positionSelector()2635 selectorRect.left -= mSelectionLeftPadding; in positionSelector()2636 selectorRect.top -= mSelectionTopPadding; in positionSelector()2637 selectorRect.right += mSelectionRightPadding; in positionSelector()2638 selectorRect.bottom += mSelectionBottomPadding; in positionSelector()2655 selector.setBounds(selectorRect); in positionSelector()2884 Rect selectorRect = mSelectorRect; in keyPressed() local2886 && !selectorRect.isEmpty()) { in keyPressed()