Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java175 private Action mDeleteAction; field in LayoutCanvas
453 mDeleteAction.run(); in handleKeyPressed()
1353 mDeleteAction = new Action() { in setupGlobalActionHandlers()
1362 copyActionAttributes(mDeleteAction, ActionFactory.DELETE); in setupGlobalActionHandlers()
1387 return mDeleteAction.getText(); in getDeleteLabel()
1403 mDeleteAction.setEnabled(hasSelection); in updateMenuActionState()
1428 bars.setGlobalActionHandler(ActionFactory.DELETE.getId(), mDeleteAction); in updateGlobalActions() local
1549 manager.add(mDeleteAction); in setupStaticMenuActions()
1572 mDeleteAction.run(); in delete()