Searched refs:getCategory (Results 1 – 11 of 11) sorted by relevance
317 if (property.getCategory() == PropertyCategory.PREFERRED) { in sortByOrigin()377 PropertyCategory c = p.getCategory(); in sortByOrigin()484 String category = PropertyMetadata.getCategory(firstName); in sortNatural()510 if (property.getCategory() != PropertyCategory.PREFERRED in sortNatural()528 if (next.getCategory() == PropertyCategory.PREFERRED) { in sortNatural()593 PropertyCategory c = p.getCategory(); in sortNatural()630 PropertyCategory c = p.getCategory(); in sortNatural()
118 composite.setCategory(xmlProperties[0].getCategory()); in create()
39 static String getCategory(@NonNull String name) { in getCategory() method in PropertyMetadata
244 delta = issue1.getCategory().compareTo(issue2.getCategory()); in compare()293 return issue.getCategory().getFullName(); in getValue()
572 || issue.getCategory().getName().toLowerCase(Locale.US).startsWith(filter) in filterMatches()573 || issue.getCategory().getFullName().toLowerCase(Locale.US).startsWith(filter) in filterMatches()624 List<Issue> list = mCategoryToIssues.get(issue.getCategory()); in inputChanged()627 mCategoryToIssues.put(issue.getCategory(), list); in inputChanged()
243 public String getCategory() { in getCategory() method in TextAttributeDescriptor
208 public String getCategory(Context context) { in getCategory() method in EditableItem
247 if (EXCLUDED_CATEGORIES.contains(metadata.getCategory()) || in getTemplate()
205 public String getCategory() { in getCategory() method in TemplateMetadata
124 String itemCategory = item.getCategory(this);
782 if (issue.getCategory() == Category.ICONS){ in ensureNoLintWarnings()