/frameworks/base/docs/html/training/snackbar/ |
D | action.jd | 41 button. For example, an email app might put an <em>undo</em> button on its 42 "email archived" message; if the user clicks the <em>undo</em> button, the 62 listener for an undo action: 70 // Code to undo the user's last action
|
/frameworks/base/core/java/android/content/ |
D | UndoOperation.java | 100 public abstract void undo(); in undo() method in UndoOperation
|
D | UndoManager.java | 234 public int undo(UndoOwner[] owners, int count) { in undo() method in UndoManager 251 state.undo(); in undo() 911 void undo() { in undo() method in UndoManager.UndoState 913 mOperations.get(i).undo(); in undo()
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 136 mDrawView.undo(); in onCreate() 292 public void undo(View v) { in undo() method in MainActivity 294 mLastRegion.undo(mImage2); in undo()
|
D | DrawView.java | 124 public void undo() { in undo() method in DrawView
|
D | Region.java | 178 public void undo(Bitmap output) { in undo() method in Region
|
/frameworks/base/docs/html/design/patterns/ |
D | confirming-acknowledging.jd | 14 …taking. In some cases, the acknowledgment is presented along with an option to undo the action.</p> 51 … a conversation from the list in Gmail, an acknowledgment appears with an undo option. The acknowl… 60 …+1'd by accident, it's not a big deal. They can just touch the button again to undo the action.</p>
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewActivityMouseTest.java | 116 getActivity().getString(com.android.internal.R.string.undo)); in testContextMenu() 130 getActivity().getString(com.android.internal.R.string.undo)); in testContextMenu() 142 getActivity().getString(com.android.internal.R.string.undo)); in testContextMenu()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 36 they are item details, progress indicators, or undo messages, you can reduce memory usage and speed
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 125 unhappy. Just in case you get it wrong, allow for 'undo'.</p>
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 155 often appropriate to allow the user to navigate backward and "undo" the change. To allow the user
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 338 void undo() { in undo() method in Editor 343 mUndoManager.undo(owners, 1); // Undo 1 action. in undo() 2526 com.android.internal.R.string.undo) in onCreateContextMenu() 5979 public void undo() {
|
D | TextView.java | 9327 static final int ID_UNDO = android.R.id.undo; 9362 mEditor.undo(); in onTextContextMenuItem()
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 902 Undo will undo the last edit made</p> 905 Redo will redo the last undo</p>
|
/frameworks/base/api/ |
D | current.txt | 1789 field public static final int undo = 16908338; // 0x1020032
|
D | system-current.txt | 1900 field public static final int undo = 16908338; // 0x1020032
|
D | test-current.txt | 1789 field public static final int undo = 16908338; // 0x1020032
|