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.java111 protected final float[] mTmpXY = new float[2]; field in BaseDragLayer
404 mTmpXY[0] = coord[0]; in getDescendantCoordRelativeToSelf()
405 mTmpXY[1] = coord[1]; in getDescendantCoordRelativeToSelf()
406 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
407 Utilities.roundArray(mTmpXY, coord); in getDescendantCoordRelativeToSelf()
444 mTmpXY[0] = coord[0]; in mapCoordInSelfToDescendant()
445 mTmpXY[1] = coord[1]; in mapCoordInSelfToDescendant()
446 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
447 Utilities.roundArray(mTmpXY, coord); in mapCoordInSelfToDescendant()