Searched refs:buttonSize (Results 1 – 1 of 1) sorted by relevance
186 int buttonSize = getResources() in onLayout() local193 rLeft = getWidth() - buttonPadding - buttonSize; in onLayout()194 rTop = (getHeight() - buttonSize) / 2.0f; in onLayout()199 rRight = rLeft + buttonSize; in onLayout()200 rBottom = rTop + buttonSize; in onLayout()