Home | History | Annotate | Download | only in widget

Lines Matching refs:selectorRect

2577         final Rect selectorRect = mSelectorRect;
2578 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom());
2580 ((SelectionBoundsAdjuster)sel).adjustListItemSelectionBounds(selectorRect);
2584 selectorRect.left -= mSelectionLeftPadding;
2585 selectorRect.top -= mSelectionTopPadding;
2586 selectorRect.right += mSelectionRightPadding;
2587 selectorRect.bottom += mSelectionBottomPadding;
2604 selector.setBounds(selectorRect);
2809 Rect selectorRect = mSelectorRect;
2811 && !selectorRect.isEmpty()) {