Searched refs:thumbHalfHeight (Results 1 – 1 of 1) sorted by relevance
761 final int thumbHalfHeight = thumb == null ? 0 : thumb.getHeight() / 2; in layoutTrack() local764 final int top = container.top + thumbHalfHeight; in layoutTrack()765 final int bottom = container.bottom - thumbHalfHeight; in layoutTrack()