Searched refs:barWidth (Results 1 – 2 of 2) sorted by relevance
623 int barWidth = (width - BORDER_WIDTH * 2) / COLOR_BARS.length; in getColorBarRect() local624 return new Rect(BORDER_WIDTH + barWidth * index, BORDER_WIDTH, in getColorBarRect()625 BORDER_WIDTH + barWidth * (index + 1), height - BORDER_WIDTH); in getColorBarRect()
526 int barWidth = (width - BORDER_WIDTH * 2) / COLOR_BARS.length; in getColorBarRect() local527 return new Rect(BORDER_WIDTH + barWidth * index, BORDER_WIDTH, in getColorBarRect()528 BORDER_WIDTH + barWidth * (index + 1), height - BORDER_WIDTH); in getColorBarRect()