Home
last modified time | relevance | path

Searched refs:getChoices (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java667 } else if (p.getChoices() != null) { in createPropertyAction()
777 for (Entry<String, String> entry : mProperty.getChoices().entrySet()) { in addChoices()
951 private Map<String, String> getChoices() { in getChoices() method in BaseViewRule.Prop