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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 159 assertTrue(menuAction instanceof RuleAction.Choices);
160 RuleAction.Choices choices = (RuleAction.Choices) menuAction; local
161 List<String> titles = choices.getTitles();
162 List<String> ids = choices.getIds();
169 assertEquals("42dip", choices.getCurrent());
191 orientationAction instanceof RuleAction.Choices);
193 RuleAction.Choices choices = (RuleAction.Choices) orientationAction local
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java 39 * or into a flat submenu using the {@link Choices} class.
51 * Character used to split multiple checked choices.
91 * Special value which will insert a separator in the choices' submenu.
192 NestedAction choices = new NestedAction(id, title, provider, callback, local
194 choices.setIconUrl(iconUrl);
195 return choices;
207 * marked. Can be null. Can be an id not present in the choices
218 * @return the new {@link Choices}
221 public static Choices createChoices(
232 Choices choices = new Choices(id, title, callback, titles, iconUrls local
279 Choices choices = new Choices(id, title, callback, titles, iconUrls, local
314 Choices choices = new DelayedChoices(id, title, callback, local
    [all...]

Completed in 262 milliseconds