Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedValue.java244 public static float complexToFloat(int complex) in complexToFloat() argument
246 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK in complexToFloat()
248 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT) in complexToFloat()
/frameworks/rs/script_api/include/
Drs_object_info.rsh53 * Elements can be grouped together into complex Elements, creating the equivalent of
62 * To create complex Elements, use the Element.Builder Java class.
227 * more complex numerical type (e.g. RS_TYPE_UNSIGNED_5_6_5 and RS_TYPE_MATRIX_4X4).
234 * functions to explore this complex Element.
242 * rsElementGetSubElement: Sub-element of a complex Element
262 * rsElementGetSubElementArraySize: Array size of a sub-element of a complex Element
264 * For complex Elements, sub-elements can be statically sized arrays. This function
284 * sub-elements for complex Elements.
299 * For complex Elements, this function returns the name of the sub-element at the
318 * For complex Elements, this function returns the length of the name of the sub-element
Drs_object_types.rsh138 RS_TYPE_NONE = 0, // Element is a complex type, i.e. a struct.
/frameworks/support/v7/appcompat/
DTHEMES7 The themes structure in appcompat is complex since we
/frameworks/base/tools/aapt2/
Dreadme.md79 - aapt2 optimize now understands map (complex) values under the type `id`. It ignores their
146 - Added support for inline complex XML resources. See
147 https://developer.android.com/guide/topics/resources/complex-xml-resources.html
/frameworks/compile/slang/
DREADME.rst315 use more complex types. Simple structures composed of the types in
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6963 static void print_complex(uint32_t complex, bool isFraction) in print_complex() argument
6972 float value = (complex&(Res_value::COMPLEX_MANTISSA_MASK in print_complex()
6974 * RADIX_MULTS[(complex>>Res_value::COMPLEX_RADIX_SHIFT) in print_complex()
6979 switch ((complex>>Res_value::COMPLEX_UNIT_SHIFT)&Res_value::COMPLEX_UNIT_MASK) { in print_complex()
6989 switch ((complex>>Res_value::COMPLEX_UNIT_SHIFT)&Res_value::COMPLEX_UNIT_MASK) { in print_complex()