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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 47 private static final String ACTION_REMOVE_ROW = "_removerow"; //$NON-NLS-1$
150 } else if (action.getId().equals(ACTION_REMOVE_ROW)) {
180 actions.add(RuleAction.createAction(ACTION_REMOVE_ROW, "Remove Table Row",
GridLayoutRule.java 113 private static final String ACTION_REMOVE_ROW = "_removerow"; //$NON-NLS-1$
213 } else if (id.equals(ACTION_REMOVE_ROW)) {
249 actions.add(RuleAction.createAction(ACTION_REMOVE_ROW, "Remove Row",

Completed in 61 milliseconds