Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java798 final int thumbHalfHeight = thumb.getHeight() / 2; in layoutTrack() local
799 top = container.top + thumbHalfHeight; in layoutTrack()
800 bottom = container.bottom - thumbHalfHeight; in layoutTrack()