Home
last modified time | relevance | path

Searched defs:parseValue (Results 1 – 2 of 2) 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/core/java/android/view/animation/
DAnimation.java1189 static Description parseValue(TypedValue value) { in parseValue() method in Animation.Description