Searched refs:mRecent (Results 1 – 1 of 1) sorted by relevance
760 private ArrayList<UndoOperation<?>> mRecent; field in UndoManager.UndoState786 if (mRecent != null) { in writeToParcel()873 if (mRecent == null) { in addOperation()874 mRecent = new ArrayList<UndoOperation<?>>(); in addOperation()875 mRecent.add(op); in addOperation()922 final int N = mRecent != null ? mRecent.size() : 0; in commit()924 mRecent.get(i).commit(); in commit()926 mRecent = null; in commit()