Searched defs:getPaddedWidth (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java458 private int getPaddedWidth() { method in class:ViewPager
568 final int width = getPaddedWidth();
784 final int width = getPaddedWidth();
968 final int clientWidth = getPaddedWidth();
1108 final int width = getPaddedWidth();
1660 final int width = getPaddedWidth();
1746 final float transformPos = (float) (child.getLeft() - scrollX) / getPaddedWidth();
2016 final float scrolledPages = scrollStart / getPaddedWidth();
2078 final int width = getPaddedWidth();
2161 final int width = getPaddedWidth();
[all...]

Completed in 51 milliseconds