Searched refs:parseValue (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
D | ClipRectAnimation.java | 68 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()
|
D | TranslateAnimation.java | 72 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()
|
D | RotateAnimation.java | 58 Description d = Description.parseValue(a.peekValue( in RotateAnimation() 63 d = Description.parseValue(a.peekValue( in RotateAnimation()
|
D | GridLayoutAnimationController.java | 118 Animation.Description d = Animation.Description.parseValue( in GridLayoutAnimationController() 121 d = Animation.Description.parseValue( in GridLayoutAnimationController()
|
D | ScaleAnimation.java | 120 Description d = Description.parseValue(a.peekValue( in ScaleAnimation() 125 d = Description.parseValue(a.peekValue( in ScaleAnimation()
|
D | LayoutAnimationController.java | 108 Animation.Description d = Animation.Description.parseValue( in LayoutAnimationController()
|
D | Animation.java | 1189 static Description parseValue(TypedValue value) { in parseValue() method in Animation.Description
|
/frameworks/av/media/libaudioprocessing/tests/fuzzer/ |
D | libaudioprocessing_resampler_fuzzer.cpp | 111 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/ |
D | TypedProperties.java | 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
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17930 HSPLandroid/view/animation/Animation$Description;->parseValue(Landroid/util/TypedValue;)Landroid/vi…
|
D | hiddenapi-greylist-max-o.txt | 73512 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…
|