Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mTmpXY

50     private int[] mTmpXY = new int[2];
350 mTmpXY[0] = 0;
351 mTmpXY[1] = 0;
352 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
354 r.set(mTmpXY[0], mTmpXY[1],
355 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()),
356 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight()));