Searched refs:heightChoices (Results 1 – 1 of 1) sorted by relevance
408 List<Pair<String, String>> heightChoices = new ArrayList<Pair<String,String>>(4); in addContextMenuActions() local409 heightChoices.add(Pair.of(VALUE_WRAP_CONTENT, "Wrap Content")); in addContextMenuActions()411 heightChoices.add(Pair.of(VALUE_MATCH_PARENT, "Match Parent")); in addContextMenuActions()413 heightChoices.add(Pair.of(VALUE_FILL_PARENT, "Fill Parent")); in addContextMenuActions()416 heightChoices.add(Pair.of(height, height)); in addContextMenuActions()418 heightChoices.add(Pair.of(ZCUSTOM, "Other...")); in addContextMenuActions()426 heightChoices)); in addContextMenuActions()