Home | History | Annotate | Download | only in animation

Lines Matching defs:Description

31  * description file}.
976 description of a size to an actual
1071 * Utility class to parse a string description of a size.
1073 protected static class Description {
1081 * The absolute or relative dimension for this Description.
1095 * @return The parsed version of the description
1097 static Description parseValue(TypedValue value) {
1098 Description d = new Description();