Searched defs:LayoutRow (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DLayout.java71 public static class LayoutRow { class in class:Layout
177 public LayoutRow(LayoutTreeNode node) { method in class:Layout.LayoutRow
198 public LayoutRow(final SelectionGroup selectionGroup, int selectedIndex) { method in class:Layout.LayoutRow
1049 private final ArrayList<LayoutRow> mLayoutRows = new ArrayList<>();
1055 public ArrayList<LayoutRow> getLayoutRows() {
1148 public boolean onClickNavigate(LayoutRow layoutRow) {
1249 mLayoutRows.add(new LayoutRow(sg, i));
1255 mLayoutRows.add(new LayoutRow(node));
1273 == LayoutRow.VIEW_TYPE_STATIC) ||
1275 == LayoutRow
[all...]

Completed in 63 milliseconds