Home
last modified time | relevance | path

Searched refs: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() argument
132 action.setIconUrl(iconUrl); in createAction()
157 @Nullable URL iconUrl, in createToggle() argument
162 toggle.setIconUrl(iconUrl); in createToggle()
188 @Nullable URL iconUrl, in createChoices() argument
194 choices.setIconUrl(iconUrl); in createChoices()
229 @Nullable URL iconUrl, in createChoices() argument
234 choices.setIconUrl(iconUrl); in createChoices()
268 @Nullable URL iconUrl, in createChoices() argument
281 choices.setIconUrl(iconUrl); in createChoices()
[all …]
/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
324 if (iconUrl != null) { in addToggle()
325 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addToggle()
361 URL iconUrl = menuAction.getIconUrl(); in addPlainAction() local
363 if (iconUrl != null) { in addPlainAction()
364 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addPlainAction()
392 URL iconUrl = icons.get(i); in addRadio() local
397 item.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addRadio()
419 URL iconUrl = choices.getIconUrl(); in addDropdown() local
420 if (iconUrl != null) { in addDropdown()
[all …]