Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java391 List<Pair<String, String>> heightChoices = new ArrayList<Pair<String,String>>(4); in addContextMenuActions() local
392 heightChoices.add(Pair.of(VALUE_WRAP_CONTENT, "Wrap Content")); in addContextMenuActions()
394 heightChoices.add(Pair.of(VALUE_MATCH_PARENT, "Match Parent")); in addContextMenuActions()
396 heightChoices.add(Pair.of(VALUE_FILL_PARENT, "Fill Parent")); in addContextMenuActions()
399 heightChoices.add(Pair.of(height, height)); in addContextMenuActions()
401 heightChoices.add(Pair.of(ZCUSTOM, "Other...")); in addContextMenuActions()
409 heightChoices)); in addContextMenuActions()