Searched refs:widthOffset (Results 1 – 3 of 3) sorted by relevance
166 val widthOffset = (screenBounds.width() - desiredSize.width) / 2 in positionInScreen() constant168 widthOffset, in positionInScreen()170 desiredSize.width + widthOffset, in positionInScreen()
698 val widthOffset = (displayLayout.width() - desiredWidth) / 2 in <lambda>() constant700 widthOffset, in <lambda>()702 desiredWidth + widthOffset, in <lambda>()
1236 final float widthOffset = mSquareWidth / 2f; in handleActionDown() local1239 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset), in handleActionDown()1240 (int) (startX + widthOffset), (int) (startY + heightOffset)); in handleActionDown()