Home
last modified time | relevance | path

Searched defs:getIntegerAttribute (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DAaptXml.h61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, in getIntegerAttribute() function
79 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes, in getIntegerAttribute() function
H A DAaptXml.cpp139 int32_t getIntegerAttribute(const ResXMLTree& tree, const char* ns, in getIntegerAttribute() function
148 int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, int32_t defValue, in getIntegerAttribute() function
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettingsProvider.java356 private static Integer getIntegerAttribute(TypedXmlPullParser parser, String name, in getIntegerAttribute() method in DisplayWindowSettingsProvider