Home
last modified time | relevance | path

Searched defs:resType (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/models/
DResReference.kt19 data class ResReference(val packageName: String, val resType: String, val name: String) { constant in androidx.navigation.safe.args.generator.models.ResReference
/frameworks/base/tools/aapt/
DAaptAssets.cpp399 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName()
657 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree()
905 const String8& resType) in addFile()
956 const sp<AaptFile>& file, const String8& resType) in addResource()
1119 const String8& resType, in slurpFullTree()
1161 String8 resType; in slurpResourceTree() local
1246 String8 resType; in slurpResourceZip() local
DResource.cpp85 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator()
296 const char* resType) in makeFileResources()
408 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local
596 const char *resType) in applyFileOverlay()
DAaptAssets.h149 const String8& resType) in AaptFile()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java421 public Integer getId(ResourceType resType, String resName) { in getId()
/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
DNavParser.kt191 val resType = groups[groups.size - 2] in parseReference() constant
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutLibTestCallback.java75 final ResourceType resType = ResourceType.getEnum(resClass.getSimpleName()); in initResources() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java449 String resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTH; in get3GAuthResponse() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java222 ResourceType resType = ResourceType.getEnum(resTypeName); in init() local
/frameworks/support/slices/view/src/main/java/androidx/slice/
DSliceXml.java135 String resType = parser.getAttributeValue(NAMESPACE, ATTR_ICON_RES_TYPE); in parseItem() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1146 public int getFrameworkResourceValue(ResourceType resType, String resName, int defValue) { in getFrameworkResourceValue()
1156 public int getProjectResourceValue(ResourceType resType, String resName, int defValue) { in getProjectResourceValue()