Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNearestTouchFrame.java49 private final int[] mWindowOffset = new int[2]; field in NearestTouchFrame
61 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)));