Searched refs:heightChoices (Results 1 – 1 of 1) sorted by relevance
391 List<Pair<String, String>> heightChoices = new ArrayList<Pair<String,String>>(4); in addContextMenuActions() local392 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()