Searched defs:TYPE_INTEGER (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp217 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; local
225 Attribute attr2(false /*weak*/, TYPE_INTEGER | TYPE_ENUM);
234 Attribute attr3(false /*weak*/, TYPE_INTEGER | TYPE_FLAGS);
H A DResourceValues.cpp441 if ((type_mask & android::ResTable_map::TYPE_INTEGER) != 0) {
566 if (attr.type_mask & android::ResTable_map::TYPE_INTEGER) {
584 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; local
612 if ((type_mask & TYPE_INTEGER) == 0) {
630 } else if ((type_mask & TYPE_INTEGER) == 0) {
639 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) {
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java154 private static final String TYPE_INTEGER = "i"; field in class:Content.Parser
390 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java84 public static final int TYPE_INTEGER = 5; field in class:RestrictionEntry
183 * Constructor for {@link #TYPE_INTEGER} type.
189 mType = TYPE_INTEGER;
288 * Returns the value of the entry as an integer when the type is {@link #TYPE_INTEGER}.
296 * Sets the integer value of the entry when the type is {@link #TYPE_INTEGER}.
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1523 TYPE_INTEGER = 1<<2, enumerator in enum:android::ResTable_map::__anon1174

Completed in 182 milliseconds