Home | History | Annotate | Download | only in res

Lines Matching defs:raw

282         String raw = getString(id);
283 return String.format(mConfiguration.locale, raw, formatArgs);
307 String raw = getQuantityText(id, quantity).toString();
308 return String.format(mConfiguration.locale, raw, formatArgs);
468 * as an offset in raw pixels. This is the same as
501 * as a size in raw pixels. This is the same as
638 * resource may contain either a single raw color value, or a complex
784 * Open a data stream for reading a raw resource. This can only be used
786 * used to open drawable, sound, and raw resources; it will fail on string
804 * Open a data stream for reading a raw resource. This can only be used
806 * used to open drawable, sound, and raw resources; it will fail on string
831 * Open a file descriptor for reading a raw resource. This can only be used
833 * used to open drawable, sound, and raw resources; it will fail on string
872 * Return the raw data associated with a particular resource ID.
897 * Return the raw data associated with a particular resource ID.