Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DOptionsRowAdapter.java36 private List<MenuAction> mActionList; field in OptionsRowAdapter
67 if (mActionList == null) { in update()
68 mActionList = createActions(); in update()
70 setItemList(mActionList); in update()
73 setItemList(mActionList); in update()
93 return mActionList.get(position); in getAction()
102 mActionList.set(position, action); in setAction()
111 mActionList.add(position, action); in addAction()
120 mActionList.remove(position); in removeAction()
124 return mActionList.size(); in getActionSize()
[all …]