Home
last modified time | relevance | path

Searched refs:getPaddedWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java464 private int getPaddedWidth() { in getPaddedWidth() method in ViewPager
575 final int width = getPaddedWidth(); in getLeftEdgeForItem()
791 final int width = getPaddedWidth(); in smoothScrollTo()
975 final int clientWidth = getPaddedWidth();
1115 final int width = getPaddedWidth();
1668 final int width = getPaddedWidth();
1754 final float transformPos = (float) (child.getLeft() - scrollX) / getPaddedWidth();
2035 final float scrolledPages = scrollStart / getPaddedWidth();
2121 final int width = getPaddedWidth();
2211 final int width = getPaddedWidth();
[all …]