Searched refs:rLeft (Results 1 – 1 of 1) sorted by relevance
191 float rLeft, rRight, rTop, rBottom; in onLayout() local193 rLeft = getWidth() - buttonPadding - buttonSize; in onLayout()196 rLeft = buttonPadding; in onLayout()199 rRight = rLeft + buttonSize; in onLayout()201 mAnimateFrom.set(rLeft, rTop, rRight, rBottom); in onLayout()