Home
last modified time | relevance | path

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

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