OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createChoices
(Results
1 - 2
of
2
) sorted by null
/sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java
166
public static NestedAction
createChoices
(String id, String title,
197
public static Choices
createChoices
(String id, String title,
229
public static Choices
createChoices
(String id, String title,
265
public static Choices
createChoices
(String id, String title,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
389
actions.add(RuleAction.
createChoices
(
410
actions.add(RuleAction.
createChoices
(
420
RuleAction properties = RuleAction.
createChoices
("properties", "Other Properties", //$NON-NLS-1$
425
propertyActionTypes.add(RuleAction.
createChoices
(
441
propertyActionTypes.add(RuleAction.
createChoices
(
454
propertyActionTypes.add(RuleAction.
createChoices
(
517
propertyActionTypes.add(RuleAction.
createChoices
("def_" + definedBy,
652
return RuleAction.
createChoices
(PROP_PREFIX + id, title,
664
return RuleAction.
createChoices
(PROP_PREFIX + id, title,
[
all
...]
Completed in 99 milliseconds