Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java102 protected final float[] mTmpXY = new float[2]; field in BaseDragLayer
388 mTmpXY[0] = coord[0]; in getDescendantCoordRelativeToSelf()
389 mTmpXY[1] = coord[1]; in getDescendantCoordRelativeToSelf()
390 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
391 Utilities.roundArray(mTmpXY, coord); in getDescendantCoordRelativeToSelf()
436 mTmpXY[0] = coord[0]; in mapCoordInSelfToDescendant()
437 mTmpXY[1] = coord[1]; in mapCoordInSelfToDescendant()
438 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
439 Utilities.roundArray(mTmpXY, coord); in mapCoordInSelfToDescendant()