Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/util/
DTypedValue.java223 public static float complexToFloat(int complex) in complexToFloat() argument
225 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK in complexToFloat()
227 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT) in complexToFloat()
/frameworks/rs/scriptc/
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
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd50 <dd>In the same way a complex web page can slow down load time, your layout hierarchy
51 if too complex can also cause performance problems. This lesson shows how you can use SDK tools
63 <dd>If you've built an instance of {@link android.widget.ListView} that contains complex or
Dloading-ondemand.jd35 <p>Sometimes your layout might require complex views that are rarely used. Whether
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd36 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd10 one-time-programmable areas to make the card read-only. More complex tags offer math operations,
12 contain operating environments, allowing complex interactions with code executing on the tag.
/frameworks/base/docs/html/guide/topics/resources/
Doverview.jd12 <li><a href="complex-xml-resources.html">Complex XML Resources</a></li>
83 <dt><strong><a href="complex-xml-resources.html">Complex XML Resources</a></strong></dt>
84 <dd>An XML format for building complex resources like animated vector drawables in a single
Dcomplex-xml-resources.jd6 <p>Certain resource types are a composition of multiple complex resources represented by XML files.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_info.jd48 Elements can be grouped together into complex Elements, creating the equivalent of
60 <p> To create complex Elements, use the <a href='http://developer.android.com/reference/android/ren…
157 Sub-element of a complex Element
165 Array size of a sub-element of a complex Element
597 more complex numerical type (e.g. RS_TYPE_UNSIGNED_5_6_5 and RS_TYPE_MATRIX_4X4).
606 functions to explore this complex Element.
615 <span class='normal'>: Sub-element of a complex Element</span>
653 <span class='normal'>: Array size of a sub-element of a complex Element</span>
677 <p> For complex Elements, sub-elements can be statically sized arrays. This function
713 sub-elements for complex Elements.
[all …]
/frameworks/support/v7/appcompat/
DTHEMES.txt7 The themes structure in appcompat is complex since we
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd12 Supports both simple and complex data, including text strings, complex data
19 Copies and pastes complex data using a content provider.
125 supports both simple and complex data types, including text strings, complex data
127 directly in the clipboard, while complex data is stored as a reference that the pasting
152 copying complex data from a content provider. To copy data, you put a
679 Content providers support copying complex data such as database records or file streams.
690 The following sections describe how to set up URIs, how to provide complex data, and how to
758 You set up a content provider for copying and pasting complex data as a subclass of the
804 MIME types for complex data are described in the topic
817 The following snippets demonsrate how to set up your application to copy complex data:
/frameworks/base/docs/html/training/graphics/opengl/
Dshapes.jd102 complex? Say, a square? There are a number of ways to do this, but a typical path to drawing such a
152 <p>This example gives you a peek at what it takes to create more complex shapes with OpenGL. In
/frameworks/base/docs/html/training/testing/start/
Dindex.jd91 >Building Instrumented Unit Tests</a>: Build complex unit tests with
184 you to programmatically simulate user actions and test complex intra-app user
362 large, powerful, and complex tests. You run programs that use the API with the
383 <dd>Build complex unit tests with
/frameworks/base/docs/html/training/wearables/watch-faces/
Dconfiguration.jd85 watch face, because complex menus are hard to navigate on smaller screens. Your wearable
123 for a watch face, because it is easier to interact with complex menus on the larger screen of
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd37 events and perform complex tasks, because of the Window it uses to render
100 is not intended to persist in the history stack, contain complex layout,
101 or perform complex actions. Android provides a default simple dialog for
183 complex 3D images. It is harder to use than a Canvas object, but
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd63 <p>If you have a complex UI, consider writing a custom {@link android.view.ViewGroup
/frameworks/base/docs/html/training/contacts-provider/
Dindex.jd53 here can be extended to perform more complex tasks. In addition, this class helps you
/frameworks/base/docs/html/training/testing/unit-testing/
Dindex.jd38 complex UI interaction events. Instead, you should use the UI testing frameworks, as described in
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd69 paste complex data or files from your application to other applications.
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd22 draw some part of the UI. This hierarchy tree can be as simple or complex as you need
/frameworks/base/docs/html/training/transitions/
Doverview.jd65 as a single view or as complex as a {@link android.view.ViewGroup} containing an elaborate
95 values. A view hierarchy can be a simple view or a complex tree of views and child layouts.
/frameworks/base/docs/html/topic/performance/
Doptimizing-view-hierarchies.jd84 layout. For instance, when your app recycles a complex list item in a
184 Layout performance is a complex problem with many facets. There are a couple of
383 provides the same functionality as a more complex layout with many
/frameworks/base/docs/html/training/testing/ui-testing/
Dindex.jd54 programmatically simulate user actions and test complex intra-app user interactions.</li>
/frameworks/base/docs/html/training/tv/playback/
Dbrowse.jd188 header to include additional views in a more complex layout. The following sections show how to
255 <p>This example shows how to define the presenter for a complex layout with
256 multiple views, and you could use this pattern to do something even more complex.
/frameworks/base/docs/html/guide/topics/manifest/
Dmeta-data-element.jd49 have complex data to associate with a component, store it as a resource and

1234