Searched refs:mTmpXY (Results 1 – 1 of 1) sorted by relevance
94 protected final float[] mTmpXY = new float[2]; field in BaseDragLayer357 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()