Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1730 Range<Integer> counts = null, widths = null, heights = null; in parseFromInfo() local
1745 heights = sizeRanges.second; in parseFromInfo()
1754 Math.min(widths.getUpper(), heights.getUpper()); in parseFromInfo()
1755 widths = heights = widths.extend(heights); in parseFromInfo()
1811 if (heights != null) { in parseFromInfo()
1812 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()
1849 if (heights != null) { in parseFromInfo()
1850 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()
/frameworks/base/docs/html/design/style/
Ddevices-displays.jd19 <p>Stretch and compress your layouts to accommodate various heights and widths.</p>
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd138 …or icons to make optimal use of vertical space. When adjusting indicator heights however, ensure t…