Searched refs:parentName (Results 1 – 6 of 6) sorted by relevance
44 String parentName = currentNode.getParentNode().getNodeName(); in getChoicesForElement() local45 if (parentName.indexOf('.') != -1) { in getChoicesForElement()
761 String parentName = parent.getName(); in delegateGetPartName() local762 if (parentName.startsWith(LAYOUT_FOLDER_PREFIX)) { in delegateGetPartName()763 parentName = parentName.substring(LAYOUT_FOLDER_PREFIX.length()); in delegateGetPartName()764 return parentName + File.separatorChar + file.getName(); in delegateGetPartName()
123 String parentName = path.segment(path.segmentCount() - 2); in getForFile() local124 ResourceFolderType folderType = ResourceFolderType.getFolderType(parentName); in getForFile()
465 String parentName = style.getParentStyle(); in computeStyleInheritance() local468 if (parentName == null) { in computeStyleInheritance()469 parentName = getParentName(value.getName()); in computeStyleInheritance()472 if (parentName != null) { in computeStyleInheritance()473 parentStyle = getStyle(parentName, inProjectStyleMap, inFrameworkStyleMap); in computeStyleInheritance()509 private StyleResourceValue getStyle(String parentName, in getStyle() argument514 String name = parentName; in getStyle()554 String.format("Unable to resolve parent style name: %s", parentName), in getStyle()
158 String parentName = file.getParentFile().getName(); in beforeCheckFile() local159 int dash = parentName.indexOf('-'); in beforeCheckFile()160 String typeName = parentName.substring(0, dash == -1 ? parentName.length() : dash); in beforeCheckFile()
598 String parentName = file.getParentFile().getName(); in checkDipSizes() local602 index = parentName.indexOf(qualifier); in checkDipSizes()604 parentName = parentName.substring(0, index) in checkDipSizes()605 + parentName.substring(index + qualifier.length()); in checkDipSizes()621 List<File> list = folderMap.get(parentName); in checkDipSizes()624 folderMap.put(parentName, list); in checkDipSizes()