Searched refs:halfSize (Results 1 – 2 of 2) sorted by relevance
72 float halfSize = size / 2; in getPathPoint() local76 float x = halfSize + direction * halfSize; in getPathPoint()78 trianglePath.moveTo(halfSize, halfSize); in getPathPoint()
278 final int halfSize = (int) (TOUCH_EPICENTER_SIZE_DP * density / 2); in showPopup() local279 final Rect epicenter = new Rect(xOffset - halfSize, yOffset - halfSize, in showPopup()280 xOffset + halfSize, yOffset + halfSize); in showPopup()