Searched refs:mActionList (Results 1 – 2 of 2) sorted by relevance
32 private List<MenuAction> mActionList; field in OptionsRowAdapter60 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()
103 private List<AccessibilityNodeInfo.AccessibilityAction> mActionList = new ArrayList<>(); field in NodeBuilder203 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()