Home | History | Annotate | Download | only in launcher3

Lines Matching defs:getScrollX

133     // mOverScrollX is equal to getScrollX() when we're within the normal scroll range. Otherwise
417 ev.setScrollX(getScrollX());
1174 int initialScrollX = (int) (getScrollX() * scaleX);
1342 return getPageNearestToCenterOfScreen(getScrollX());
1626 float left = child.getLeft() + child.getTranslationX() - getScrollX();