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
367 mTmpXY[0] = coord[0]; in getDescendantCoordRelativeToSelf()
368 mTmpXY[1] = coord[1]; in getDescendantCoordRelativeToSelf()
369 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
370 Utilities.roundArray(mTmpXY, coord); in getDescendantCoordRelativeToSelf()
407 mTmpXY[0] = coord[0]; in mapCoordInSelfToDescendant()
408 mTmpXY[1] = coord[1]; in mapCoordInSelfToDescendant()
409 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
410 Utilities.roundArray(mTmpXY, coord); in mapCoordInSelfToDescendant()