OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_SHOW_STRUCTURE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java
74
private static final String
ACTION_SHOW_STRUCTURE
= "_structure"; //$NON-NLS-1$
346
assert id.equals(
ACTION_SHOW_STRUCTURE
);
365
actions.add(RuleAction.createToggle(
ACTION_SHOW_STRUCTURE
, "Show All Relationships",
GridLayoutRule.java
117
private static final String
ACTION_SHOW_STRUCTURE
= "_structure"; //$NON-NLS-1$
192
if (id.equals(
ACTION_SHOW_STRUCTURE
)) {
233
actions.add(RuleAction.createToggle(
ACTION_SHOW_STRUCTURE
, "Show Structure",
255
actions.add(RuleAction.createToggle(
ACTION_SHOW_STRUCTURE
, "Show Structure",
Completed in 115 milliseconds