Searched refs:getClientWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java602 private int getClientWidth() { method in class:ViewPager
682 final int width = getClientWidth();
1011 final int width = getClientWidth();
1196 final int clientWidth = getClientWidth();
1327 final int width = getClientWidth();
1681 mScroller.setFinalX(getCurrentItem() * getClientWidth());
1857 final int width = getClientWidth();
1938 final float transformPos = (float) (child.getLeft() - scrollX) / getClientWidth();
2276 final int width = getClientWidth();
2340 final int width = getClientWidth();
[all...]

Completed in 37 milliseconds