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.java94 protected final float[] mTmpXY = new float[2]; field in BaseDragLayer
357 mTmpXY[0] = coord[0]; in getDescendantCoordRelativeToSelf()
358 mTmpXY[1] = coord[1]; in getDescendantCoordRelativeToSelf()
359 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
360 Utilities.roundArray(mTmpXY, coord); in getDescendantCoordRelativeToSelf()
397 mTmpXY[0] = coord[0]; in mapCoordInSelfToDescendant()
398 mTmpXY[1] = coord[1]; in mapCoordInSelfToDescendant()
399 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
400 Utilities.roundArray(mTmpXY, coord); in mapCoordInSelfToDescendant()