Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/util/
DTypedValue.java206 public static float complexToFloat(int complex) in complexToFloat() argument
208 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK in complexToFloat()
210 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT) in complexToFloat()
/frameworks/rs/scriptc/
Drs_element.rsh42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
/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
Dreusing-layouts.jd43 <p>Reusing layouts is particularly powerful as it allows you create reusable complex layouts. For
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd33 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/support/v7/appcompat/
DTHEMES.txt7 The themes structure in appcompat is complex since we
/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/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/guide/faq/
Dframework.jd67 <p>For sharing complex non-persistent user-defined objects for short
105 <p>For sharing complex persistent user-defined objects, the
/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/design/style/
Dtouch-feedback.jd53 <p>When your objects react to more complex gestures, help users
/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/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/tools/
Dindex.jd27 …<li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard…
/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
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd159 <li><strong>Custom controls with complex visual interactions:</strong> For custom controls that
160 provide complex or non-standard visual interactions, provide a
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd38 <p>The most important part of a custom view is its appearance. Custom drawing can be easy or complex
238 <li>Draw more complex shapes using the {@link android.graphics.Path} class.
/frameworks/base/docs/html/training/activity-testing/
Dactivity-unit-testing.jd33 <p>Unit tests are generally not suitable for testing complex UI interaction
/frameworks/base/docs/html/design/building-blocks/
Ddialogs.jd13 task. Such requests can range from simple Cancel/OK decisions to more complex layouts asking the
/frameworks/base/docs/html/training/gestures/
Dscale.jd331 <h3>More complex scaling example</h3>
332 <p>Here is a more complex example from the {@code InteractiveChart} sample provided with this class…
/frameworks/base/docs/html/design/material/
Dindex.jd18 <li>New widgets for complex views</li>
/frameworks/base/docs/html/design/handhelds/
Dindex.jd137 <p>If your app's structure is more complex, the navigation drawer can display the main navigation

1234