Home
last modified time | relevance | path

Searched refs:parseValue (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DClipRectAnimation.java68 Description d = Description.parseValue(a.peekValue( in ClipRectAnimation()
73 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
78 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
83 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
89 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
94 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
99 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
104 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
DTranslateAnimation.java72 Description d = Description.parseValue(a.peekValue( in TranslateAnimation()
77 d = Description.parseValue(a.peekValue( in TranslateAnimation()
82 d = Description.parseValue(a.peekValue( in TranslateAnimation()
87 d = Description.parseValue(a.peekValue( in TranslateAnimation()
DRotateAnimation.java58 Description d = Description.parseValue(a.peekValue( in RotateAnimation()
63 d = Description.parseValue(a.peekValue( in RotateAnimation()
DGridLayoutAnimationController.java118 Animation.Description d = Animation.Description.parseValue( in GridLayoutAnimationController()
121 d = Animation.Description.parseValue( in GridLayoutAnimationController()
DScaleAnimation.java120 Description d = Description.parseValue(a.peekValue( in ScaleAnimation()
125 d = Description.parseValue(a.peekValue( in ScaleAnimation()
DLayoutAnimationController.java108 Animation.Description d = Animation.Description.parseValue( in LayoutAnimationController()
DAnimation.java1189 static Description parseValue(TypedValue value) { in parseValue() method in Animation.Description
/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_resampler_fuzzer.cpp111 int parseValue(const uint8_t* src, int index, void* dst, size_t size) { in parseValue() function
137 index += parseValue(data, index, &input_freq, sizeof(int)); in LLVMFuzzerTestOneInput()
138 index += parseValue(data, index, &output_freq, sizeof(int)); in LLVMFuzzerTestOneInput()
139 index += parseValue(data, index, &input_channels, sizeof(int)); in LLVMFuzzerTestOneInput()
141 index += parseValue(data, index, &left_volume, sizeof(float)); in LLVMFuzzerTestOneInput()
142 index += parseValue(data, index, &right_volume, sizeof(float)); in LLVMFuzzerTestOneInput()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java203 final Object value = parseValue(st, type); in parse()
233 static Object parseValue(StreamTokenizer st, final int type) throws IOException { in parseValue() method in TypedProperties
/frameworks/base/config/
Dboot-image-profile.txt17930 HSPLandroid/view/animation/Animation$Description;->parseValue(Landroid/util/TypedValue;)Landroid/vi…
Dhiddenapi-greylist-max-o.txt73512 Landroid/view/animation/Animation$Description;->parseValue(Landroid/util/TypedValue;)Landroid/view/…
99804 Lcom/android/internal/util/TypedProperties;->parseValue(Ljava/io/StreamTokenizer;I)Ljava/lang/Objec…