Home | History | Annotate | Download | only in widget

Lines Matching refs:resID

2456      * @param resID A Drawable resource to use as the selection highlight.
2460 public void setSelector(int resID) {
2461 setSelector(getResources().getDrawable(resID));