Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java162 private int[] mTmpIntPair = new int[2]; field in PagedView
1773 mTmpIntPair[0] = leftChild;
1774 mTmpIntPair[1] = rightChild;
1775 return mTmpIntPair;