Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java244 private int[] mTmpIntPoint = new int[2]; field in PagedView
1147 mTmpIntPoint[0] = mTmpIntPoint[1] = 0; in getVisiblePages()
1160 mTmpIntPoint[0] = 0; in getVisiblePages()
1161 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages()
1162 if (mTmpIntPoint[0] > viewportWidth) { in getVisiblePages()
1170 mTmpIntPoint[0] = currPage.getMeasuredWidth(); in getVisiblePages()
1171 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages()
1172 if (mTmpIntPoint[0] < 0) { in getVisiblePages()