HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_ACTION_KEY (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 85 public static int DEFAULT_ACTION_KEY = SWT.F2;
453 a.setAccelerator(DEFAULT_ACTION_KEY);
LayoutCanvas.java 456 } else if (e.keyCode == DynamicContextMenu.DEFAULT_ACTION_KEY) {
    [all...]

Completed in 149 milliseconds