Searched refs:rTop (Results 1 – 1 of 1) sorted by relevance
191 float rLeft, rRight, rTop, rBottom; in onLayout() local194 rTop = (getHeight() - buttonSize) / 2.0f; in onLayout()197 rTop = buttonPadding; in onLayout()200 rBottom = rTop + buttonSize; in onLayout()201 mAnimateFrom.set(rLeft, rTop, rRight, rBottom); in onLayout()