Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java1694 int startSecondary = getRowStartSecondary(rowIndex)
1697 layoutChild(rowIndex, v, start, end, startSecondary);
1740 void layoutChild(int rowIndex, View v, int start, int end, int startSecondary) { in layoutChild() argument
1757 startSecondary += getRowSizeSecondary(rowIndex) - sizeSecondary; in layoutChild()
1760 startSecondary += (getRowSizeSecondary(rowIndex) - sizeSecondary) / 2; in layoutChild()
1765 top = startSecondary; in layoutChild()
1767 bottom = startSecondary + sizeSecondary; in layoutChild()
1770 left = startSecondary; in layoutChild()
1772 right = startSecondary + sizeSecondary; in layoutChild()
1972 int startSecondary = getRowStartSecondary(location.row) in fastRelayout() local
[all …]