Searched refs:mWindowOffset (Results 1 – 1 of 1) sorted by relevance
49 private final int[] mWindowOffset = new int[2]; field in NearestTouchFrame61 int startingCoordView1 = mTmpInt[leftTopIndex] - mWindowOffset[leftTopIndex];63 int startingCoordView2 = mTmpInt[leftTopIndex] - mWindowOffset[leftTopIndex];84 getLocationInWindow(mWindowOffset);159 int left = mTmpInt[0] - mWindowOffset[0];160 int top = mTmpInt[1] - mWindowOffset[1];206 pw.println(String.format("%s\tmWindowOffset=%s", prefix, Arrays.toString(mWindowOffset)));