Searched refs:folderType (Results 1 – 1 of 1) sorted by relevance
98 public boolean appliesTo(@NonNull ResourceFolderType folderType) { in appliesTo() argument99 return folderType == ResourceFolderType.LAYOUT || folderType == ResourceFolderType.VALUES in appliesTo()100 || folderType == ResourceFolderType.DRAWABLE; in appliesTo()