Searched refs:mTmpXY (Results 1 – 3 of 3) sorted by relevance
52 private int[] mTmpXY = new int[2]; field in DragLayer298 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()
83 private final int[] mTmpXY = new int[2]; field in CellLayout752 final int cellXY[] = mTmpXY; in setTagToCellInfoForPoint()1453 final int[] cellXY = mTmpXY; in findNearestArea()
58 private final int[] mTmpXY = new int[2]; field in DragLayer372 mTmpXY[0] = 0; in getDescendantRectRelativeToSelf()373 mTmpXY[1] = 0; in getDescendantRectRelativeToSelf()374 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()376 r.set(mTmpXY[0], mTmpXY[1], in getDescendantRectRelativeToSelf()377 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()), in getDescendantRectRelativeToSelf()378 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight())); in getDescendantRectRelativeToSelf()