Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java52 private int[] mTmpXY = new int[2]; field in DragLayer
298 mTmpXY[0] = 0; in getDescendantRectRelativeToSelf()
299 mTmpXY[1] = 0; in getDescendantRectRelativeToSelf()
300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()
301 r.set(mTmpXY[0], mTmpXY[1], in getDescendantRectRelativeToSelf()
302 mTmpXY[0] + descendant.getWidth(), mTmpXY[1] + descendant.getHeight()); in getDescendantRectRelativeToSelf()
DCellLayout.java83 private final int[] mTmpXY = new int[2]; field in CellLayout
752 final int cellXY[] = mTmpXY; in setTagToCellInfoForPoint()
1453 final int[] cellXY = mTmpXY; in findNearestArea()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java50 private int[] mTmpXY = new int[2]; field in DragLayer
350 mTmpXY[0] = 0; in getDescendantRectRelativeToSelf()
351 mTmpXY[1] = 0; in getDescendantRectRelativeToSelf()
352 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()
354 r.set(mTmpXY[0], mTmpXY[1], in getDescendantRectRelativeToSelf()
355 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()), in getDescendantRectRelativeToSelf()
356 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight())); in getDescendantRectRelativeToSelf()
DCellLayout.java79 private final int[] mTmpXY = new int[2]; field in CellLayout
1327 final int[] cellXY = mTmpXY; in findNearestArea()