Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaMetadataRetrieverTest.java623 int barWidth = (width - BORDER_WIDTH * 2) / COLOR_BARS.length; in getColorBarRect() local
624 return new Rect(BORDER_WIDTH + barWidth * index, BORDER_WIDTH, in getColorBarRect()
625 BORDER_WIDTH + barWidth * (index + 1), height - BORDER_WIDTH); in getColorBarRect()
DHeifWriterTest.java526 int barWidth = (width - BORDER_WIDTH * 2) / COLOR_BARS.length; in getColorBarRect() local
527 return new Rect(BORDER_WIDTH + barWidth * index, BORDER_WIDTH, in getColorBarRect()
528 BORDER_WIDTH + barWidth * (index + 1), height - BORDER_WIDTH); in getColorBarRect()