Searched refs:parseValue (Results 1 – 7 of 7) sorted by relevance
59 Description d = Description.parseValue(a.peekValue( in TranslateAnimation()64 d = Description.parseValue(a.peekValue( in TranslateAnimation()69 d = Description.parseValue(a.peekValue( in TranslateAnimation()74 d = Description.parseValue(a.peekValue( in TranslateAnimation()
58 Description d = Description.parseValue(a.peekValue( in RotateAnimation()63 d = Description.parseValue(a.peekValue( in RotateAnimation()
118 Animation.Description d = Animation.Description.parseValue( in GridLayoutAnimationController()121 d = Animation.Description.parseValue( in GridLayoutAnimationController()
120 Description d = Description.parseValue(a.peekValue( in ScaleAnimation()125 d = Description.parseValue(a.peekValue( in ScaleAnimation()
106 Animation.Description d = Animation.Description.parseValue( in LayoutAnimationController()
1097 static Description parseValue(TypedValue value) { in parseValue() method in Animation.Description
203 final Object value = parseValue(st, type); in parse()233 static Object parseValue(StreamTokenizer st, final int type) throws IOException { in parseValue() method in TypedProperties