Searched refs:sLoc0 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java100 private static final int[] sLoc0 = new int[2]; field in class:Utilities
413 v0.getLocationInWindow(sLoc0);
416 sLoc0[0] += (v0.getMeasuredWidth() * v0.getScaleX()) / 2;
417 sLoc0[1] += (v0.getMeasuredHeight() * v0.getScaleY()) / 2;
425 delta[0] = sLoc1[0] - sLoc0[0];
426 delta[1] = sLoc1[1] - sLoc0[1];

Completed in 34 milliseconds