Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java233 static Object parseValue(StreamTokenizer st, final int type) throws IOException { in parseValue() method in TypedProperties
/frameworks/base/tools/aapt2/
DBinaryResourceParser.cpp661 std::unique_ptr<Item> BinaryResourceParser::parseValue(const ResourceNameRef& name, in parseValue() function in aapt::BinaryResourceParser
/frameworks/base/core/java/android/view/animation/
DAnimation.java1100 static Description parseValue(TypedValue value) { in parseValue() method in Animation.Description