HomeSort by relevance Sort by last modified time
    Searched refs:UNDO (Results 1 - 25 of 36) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 80 actionBars.setGlobalActionHandler(ActionFactory.UNDO.getId(),
81 getAction(editor, ITextEditorActionConstants.UNDO));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 208 * Undo
210 public static final int UNDO = 0xF000001B;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 51 IWorkbenchActionDefinitionIds.UNDO,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 27 * A simple holder class that stores the information to undo the application of a folder.
31 public static final int UNDO = 0;
121 * when the user taps the undo bar.
AnimatedAdapter.java 219 && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO) ==
220 newAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)
230 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO);
331 * Add a conversation to the undo set, but only if its deletion is still cached. If the
335 * @return true if the conversation is still cached and therefore we will handle the undo.
345 public void setUndo(boolean undo) {
346 if (undo) {
358 // Start animation, only if we're handling the undo.
366 public void setSwipeUndo(boolean undo) {
367 if (undo) {
    [all...]
OnePaneController.java 470 if (op != null && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)) {
480 R.string.undo,
492 R.string.undo,
SwipeableListView.java 234 undoOp = new ToastBarOperation(1, mSwipeAction, ToastBarOperation.UNDO, false /* batch */,
ConversationListFragment.java 518 mListView.enableSwipe(mAccount.supportsCapability(AccountCapabilities.UNDO));
    [all...]
AbstractActivityController.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 169 * Creates undo redo actions for the editor site (so that it works for any page of this
176 IAction action = mTextEditor.getAction(ActionFactory.UNDO.getId());
177 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
AndroidXmlEditor.java 364 * Creates undo redo (etc) actions for the editor site (so that it works for any page of this
371 IAction action = mTextEditor.getAction(ActionFactory.UNDO.getId());
372 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
402 // For some reason, undo/redo doesn't seem to work in the form editor.
405 // However, as a workaround we can use the *text* editor's underlying undo
410 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 189 /** Undo action: delegates to the text editor */
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 324 * Whether the provider supports undoing operations. If it doesn't, never show the undo bar.
326 public static final int UNDO = 0x4000;
460 * to undo the last committed action.
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 348 // For undo handling
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 572 milliseconds

1 2