Searched refs:mRecent (Results 1 – 1 of 1) sorted by relevance
742 private ArrayList<UndoOperation<?>> mRecent; field in UndoManager.UndoState768 if (mRecent != null) { in writeToParcel()855 if (mRecent == null) { in addOperation()856 mRecent = new ArrayList<UndoOperation<?>>(); in addOperation()857 mRecent.add(op); in addOperation()904 final int N = mRecent != null ? mRecent.size() : 0; in commit()906 mRecent.get(i).commit(); in commit()908 mRecent = null; in commit()