• Home
  • Raw
  • Download

Lines Matching refs:resource

36 // Developer friendly source file information for an entity in the resource table.
49 // Top level message representing a resource table.
51 // The string pool containing source paths referenced throughout the resource table. This does
58 // The <overlayable> declarations within the resource table.
61 // The version fingerprints of the tools that built the resource table.
94 // attr, etc. This maps to the second part of a resource identifier in Java (R.type.entry).
99 // The name of the type. This corresponds to the 'type' part of a full resource name of the form
109 // The visibility of the resource outside of its package.
113 // private one. An unknown visibility, in this case, would cause the resource to be omitted
117 // A resource was explicitly marked as private. This means the resource can not be accessed
119 // the private accessor). If two R.java files are generated (private + public), the resource
123 // A resource was explicitly marked as public. This means the resource can be accessed
137 // Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
138 // existing resource.
192 // An entry declaration. An entry has a full resource ID that is the combination of package ID,
196 // The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
202 // The name of this entry. This corresponds to the 'entry' part of a full resource name of the
209 // Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
213 // Whether this resource can be overlaid by a runtime resource overlay (RRO).
227 // The generic meta-data for every value in a resource table.
278 // A value that is a reference to another resource. This reference can be by name or resource ID.
290 // The resource ID (0xPPTTEEEE) of the resource being referred. This is optional.
293 // The name of the resource being referred. This is optional if the resource ID is set.
296 // Whether this reference is referencing a private resource (@*package:type/entry).
304 // resource ID (0xPPTTEEEE) as a unique identifier. Their value is unimportant.
393 // The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
466 // A value that represents a <declare-styleable> XML resource. These are not real resources and
485 // A value that represents an array of resource values.
582 // The optional resource ID (0xPPTTEEEE) of the attribute.