Home | History | Annotate | Download | only in widget

Lines Matching refs:getCurrX

800             // during scrolling, we should continue from getCurrX/getCurrY() (might be different
802 dx = basex + dx - scroller.getCurrX();
804 basex = scroller.getCurrX();
939 return (horizontal.getScrollCenter() == scroller.getCurrX() &&
984 horizontal.updateScrollCenter(scroller.getCurrX(), true);