Searched refs:iconHalfSize (Results 1 – 1 of 1) sorted by relevance
503 float iconHalfSize = iconView.getWidth() / 2f; in computeAndSetIconTouchDelegate() local504 tempCenterCoords[0] = tempCenterCoords[1] = iconHalfSize; 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()