Searched refs:complex (Results 1 – 25 of 79) sorted by relevance
1234
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 206 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/ |
D | rs_element.rsh | 42 * 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/ |
D | index.jd | 50 <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
|
D | loading-ondemand.jd | 35 <p>Sometimes your layout might require complex views that are rarely used. Whether
|
D | reusing-layouts.jd | 43 <p>Reusing layouts is particularly powerful as it allows you create reusable complex layouts. For
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 33 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 10 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/ |
D | THEMES.txt | 7 The themes structure in appcompat is complex since we
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | shapes.jd | 102 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/ |
D | copy-paste.jd | 12 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/ |
D | framework.jd | 67 <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/ |
D | glossary.jd | 37 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/ |
D | touch-feedback.jd | 53 <p>When your objects react to more complex gestures, help users
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | index.jd | 53 here can be extended to perform more complex tasks. In addition, this class helps you
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 69 paste complex data or files from your application to other applications.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | overview.jd | 22 draw some part of the UI. This hierarchy tree can be as simple or complex as you need
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 27 …<li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 49 have complex data to associate with a component, store it as a resource and
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 159 <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/ |
D | custom-drawing.jd | 38 <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/ |
D | activity-unit-testing.jd | 33 <p>Unit tests are generally not suitable for testing complex UI interaction
|
/frameworks/base/docs/html/design/building-blocks/ |
D | dialogs.jd | 13 task. Such requests can range from simple Cancel/OK decisions to more complex layouts asking the
|
/frameworks/base/docs/html/training/gestures/ |
D | scale.jd | 331 <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/ |
D | index.jd | 18 <li>New widgets for complex views</li>
|
/frameworks/base/docs/html/design/handhelds/ |
D | index.jd | 137 <p>If your app's structure is more complex, the navigation drawer can display the main navigation
|
1234