Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNearestTouchFrame.java46 private final int[] mTmpInt = new int[2]; field in NearestTouchFrame
60 view1.getLocationInWindow(mTmpInt);
61 int startingCoordView1 = mTmpInt[leftTopIndex] - mWindowOffset[leftTopIndex];
62 view2.getLocationInWindow(mTmpInt);
63 int startingCoordView2 = mTmpInt[leftTopIndex] - mWindowOffset[leftTopIndex];
158 child.getLocationInWindow(mTmpInt);
159 int left = mTmpInt[0] - mWindowOffset[0];
160 int top = mTmpInt[1] - mWindowOffset[1];