Home | History | Annotate | Download | only in old

Lines Matching refs:mActions

120     private final List<Action> mActions;
147 mActions = new ArrayList<>();
165 return mActions.size();
170 return mActions.get(position);
188 Action action = mActions.get(position);
244 mActions.add(action);
252 return new ArrayList<>(mActions);
257 mActions.clear();
258 mActions.addAll(actions);
487 for (int i = 0, size = mActions.size(); i < size; i++) {
488 Action a = mActions.get(i);