Home
last modified time | relevance | path

Searched refs:mAllowUndo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java199 boolean mAllowUndo = true; field in Editor
431 return mAllowUndo && mUndoManager.countUndos(owners) > 0; in canUndo()
436 return mAllowUndo && mUndoManager.countRedos(owners) > 0; in canRedo()
440 if (!mAllowUndo) { in undo()
448 if (!mAllowUndo) { in redo()
6634 if (!mEditor.mAllowUndo) {
DTextView.java1286 mEditor.mAllowUndo = a.getBoolean(attr, true);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81699 Landroid/widget/Editor;->mAllowUndo:Z