Searched refs:offsetFromCenter (Results 1 – 1 of 1) sorted by relevance
122 int offsetFromCenter = RenderTheme::theme().sliderTickOffsetFromTrackCenter(); in computeLogicalHeight() local124 if (offsetFromCenter < 0) in computeLogicalHeight()125 trackHeight = -2 * offsetFromCenter; in computeLogicalHeight()128 trackHeight = 2 * (offsetFromCenter + tickLength); in computeLogicalHeight()