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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java122 private int[] mPageScrolls; field in class:PagedView
794 if (mPageScrolls == null || childCount != mChildCountOnLastLayout) {
795 mPageScrolls = new int[childCount];
818 mPageScrolls[i] = childLeft - scrollOffsetLeft - offsetX;
996 canvas.translate(display.left + mPageScrolls[mIsRtl ? 0 : (getPageCount() - 1)], display.top);
1331 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) {
1334 return mPageScrolls[index];
1341 if (mPageScrolls == null || index >= mPageScrolls
[all...]

Completed in 30 milliseconds