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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java179 private static final float[] sTmpPoint = new float[2]; field in class:PagedView
251 sTmpPoint[0] = x;
252 sTmpPoint[1] = y;
253 v.getMatrix().mapPoints(sTmpPoint);
254 sTmpPoint[0] += v.getLeft();
255 sTmpPoint[1] += v.getTop();
256 return sTmpPoint;
259 sTmpPoint[0] = x - v.getLeft();
260 sTmpPoint[1] = y - v.getTop();
262 sTmpInvMatrix.mapPoints(sTmpPoint);
[all...]

Completed in 102 milliseconds