Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/ui/
DZoomController.java234 int halfHeight = tickMark.getHeight() / 2; in renderTicks() local
236 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight)); in renderTicks()
245 halfHeight = tickMark.getHeight() / 2; in renderTicks()
248 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight)); in renderTicks()