Home
last modified time | relevance | path

Searched defs:iconUrl (Results 1 – 2 of 2) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DRuleAction.java127 @Nullable URL iconUrl, in createAction()
157 @Nullable URL iconUrl, in createToggle()
188 @Nullable URL iconUrl, in createChoices()
229 @Nullable URL iconUrl, in createChoices()
268 @Nullable URL iconUrl, in createChoices()
311 @Nullable URL iconUrl, in createChoices()
425 public RuleAction setIconUrl(URL iconUrl) { in setIconUrl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java322 URL iconUrl = toggle.getIconUrl(); in addToggle() local
361 URL iconUrl = menuAction.getIconUrl(); in addPlainAction() local
392 URL iconUrl = icons.get(i); in addRadio() local
419 URL iconUrl = choices.getIconUrl(); in addDropdown() local