Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java85 public static int DEFAULT_ACTION_KEY = SWT.F2; field in DynamicContextMenu
453 a.setAccelerator(DEFAULT_ACTION_KEY); in createPlainAction()
DLayoutCanvas.java456 } else if (e.keyCode == DynamicContextMenu.DEFAULT_ACTION_KEY) { in handleKeyPressed()