Home
last modified time | relevance | path

Searched refs:buttonSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DModeOptions.java186 int buttonSize = getResources() in onLayout() local
193 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()