Searched defs:ResourceType (Results 1 – 6 of 6) sorted by relevance
38 enum ResourceType { enum
65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
28 WS=55, ResourceReference=56, PackageName=57, ResourceType=58; field in BindingExpressionLexer
28 WS=55, ResourceReference=56, PackageName=57, ResourceType=58; field in BindingExpressionParser
39 enum class ResourceType { enum
1077 private static void throwException(int id, @Nullable Pair<ResourceType, String> resourceInfo) { in throwException()