HomeSort by relevance Sort by last modified time
    Searched refs:mTmpXY (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 53 private int[] mTmpXY = new int[2];
271 mTmpXY[0] = 0;
272 mTmpXY[1] = 0;
273 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
274 r.set(mTmpXY[0], mTmpXY[1],
275 mTmpXY[0] + descendant.getWidth(), mTmpXY[1] + descendant.getHeight());
CellLayout.java 82 private final int[] mTmpXY = new int[2];
703 final int cellXY[] = mTmpXY;
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java     [all...]

Completed in 202 milliseconds