Home | History | Annotate | Download | only in widget

Lines Matching defs:onResolvePointerIcon

4409     public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) {
4411 PointerIcon pointerIcon = mFastScroll.onResolvePointerIcon(event, pointerIndex);
4416 return super.onResolvePointerIcon(event, pointerIndex);