Searched refs:tempCenterCoords (Results 1 – 1 of 1) sorted by relevance
501 protected void computeAndSetIconTouchDelegate(IconView iconView, float[] tempCenterCoords, in computeAndSetIconTouchDelegate() argument504 tempCenterCoords[0] = tempCenterCoords[1] = iconHalfSize; in computeAndSetIconTouchDelegate()505 getDescendantCoordRelativeToAncestor(iconView, mActivity.getDragLayer(), tempCenterCoords, in computeAndSetIconTouchDelegate()508 (int) (tempCenterCoords[0] - iconHalfSize), in computeAndSetIconTouchDelegate()509 (int) (tempCenterCoords[1] - iconHalfSize), in computeAndSetIconTouchDelegate()510 (int) (tempCenterCoords[0] + iconHalfSize), in computeAndSetIconTouchDelegate()511 (int) (tempCenterCoords[1] + iconHalfSize)); in computeAndSetIconTouchDelegate()