Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DSettingsLayoutAdapter.java71 public void onRowClicked(Layout.LayoutRow item); in onRowClicked()
79 public void onActionFocused(Layout.LayoutRow item); in onActionFocused()
85 private ArrayList<Layout.LayoutRow> mLayoutRows;
107 public void setLayoutRows(ArrayList<Layout.LayoutRow> layoutRows) { in setLayoutRows()
132 case Layout.LayoutRow.VIEW_TYPE_ACTION: in onCreateViewHolder()
135 case Layout.LayoutRow.VIEW_TYPE_STATIC: in onCreateViewHolder()
189 private Layout.LayoutRow mLayoutRow;
208 public Layout.LayoutRow getLayoutRow() { in getLayoutRow()
215 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) { in init()
230 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) { in onRefreshView()
[all …]
DLayout.java67 public static class LayoutRow { class in Layout
159 public LayoutRow(LayoutTreeNode node) { in LayoutRow() method in Layout.LayoutRow
645 private final ArrayList<LayoutRow> mLayoutRows = new ArrayList<LayoutRow>();
651 public ArrayList<LayoutRow> getLayoutRows() { in getLayoutRows()
744 public boolean onClickNavigate(LayoutRow layoutRow) { in onClickNavigate()
846 mLayoutRows.add(new LayoutRow(node)); in addNodeListToLayoutRows()
DSettingsLayoutFragment.java219 public void onRowClicked(Layout.LayoutRow layoutRow) {
227 public void onActionFocused(Layout.LayoutRow action) {
360 ArrayList<Layout.LayoutRow> layoutRows = mLayout.getLayoutRows(); in getSelectedNode()
371 void onRowViewClicked(Layout.LayoutRow layoutRow) { in onRowViewClicked()
DSettingsLayoutActivity.java32 import com.android.tv.settings.dialog.Layout.LayoutRow;
76 public void onActionFocused(Layout.LayoutRow item) { in onActionFocused()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkActivity.java536 public void onActionFocused(Layout.LayoutRow item) { in onActionFocused()