Searched refs:widthChoices (Results 1 – 1 of 1) sorted by relevance
370 List<Pair<String, String>> widthChoices = new ArrayList<Pair<String,String>>(4); in addContextMenuActions() local371 widthChoices.add(Pair.of(VALUE_WRAP_CONTENT, "Wrap Content")); in addContextMenuActions()373 widthChoices.add(Pair.of(VALUE_MATCH_PARENT, "Match Parent")); in addContextMenuActions()375 widthChoices.add(Pair.of(VALUE_FILL_PARENT, "Fill Parent")); in addContextMenuActions()378 widthChoices.add(Pair.of(width, width)); in addContextMenuActions()380 widthChoices.add(Pair.of(ZCUSTOM, "Other...")); in addContextMenuActions()388 widthChoices)); in addContextMenuActions()