Searched refs:mTmpInt (Results 1 – 1 of 1) sorted by relevance
46 private final int[] mTmpInt = new int[2]; field in NearestTouchFrame60 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];