Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DOptionsRowAdapter.java32 private List<MenuAction> mActionList; field in OptionsRowAdapter
60 if (mActionList == null) { in update()
61 mActionList = createActions(); in update()
62 setItemList(mActionList); in update()
84 return mActionList.get(position); in getAction()
100 return mActionList.get(position).getType(); in getItemViewType()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNodeBuilder.java103 private List<AccessibilityNodeInfo.AccessibilityAction> mActionList = new ArrayList<>(); field in NodeBuilder
203 when(node.getActionList()).thenReturn(builder.mActionList); in build()
288 mActionList = Arrays.asList(actions); in setActions()
347 copy.mActionList = mActionList; in cut()
366 mActionList = new ArrayList<>(); in cut()