Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java117 private static final String ACTION_SHOW_STRUCTURE = "_structure"; //$NON-NLS-1$ field in GridLayoutRule
192 if (id.equals(ACTION_SHOW_STRUCTURE)) { in addLayoutActions()
233 actions.add(RuleAction.createToggle(ACTION_SHOW_STRUCTURE, "Show Structure", in addLayoutActions()
255 actions.add(RuleAction.createToggle(ACTION_SHOW_STRUCTURE, "Show Structure", in addLayoutActions()
DRelativeLayoutRule.java74 private static final String ACTION_SHOW_STRUCTURE = "_structure"; //$NON-NLS-1$ field in RelativeLayoutRule
346 assert id.equals(ACTION_SHOW_STRUCTURE); in addLayoutActions()
365 actions.add(RuleAction.createToggle(ACTION_SHOW_STRUCTURE, "Show All Relationships", in addLayoutActions()