/frameworks/base/core/java/android/app/ |
ListFragment.java | 39 * <strong>Screen Layout</strong> 82 * <strong>Row Layout</strong> 127 * <strong>Binding to Data</strong>
|
/frameworks/base/docs/html/about/versions/ |
android-4.0.3.jd | 27 <p><em>API Level:</em> <strong>{@sdkPlatformApiLevel}</strong></p> 49 class="toggle-content-img" alt="" /><strong>Table of Contents</strong> 292 identifier—<strong>{@sdkPlatformApiLevel}</strong>—that is stored in the system itself.
|
/frameworks/base/docs/html/design/patterns/ |
app-structure.jd | 108 <p><strong>Use tabs if</strong>:</p> 131 <p><strong>Use a spinner in the main action bar if</strong>:</p> 153 <p><strong>Use navigation drawers if</strong>:</p>
|
/frameworks/base/docs/html/distribute/stories/ |
localization.jd | 133 <p class="img-caption"><strong>Hindi version of Zombie Ragdoll</strong>: 223 <p class="img-caption"><strong>Arabic version of SayHi Chat</strong>: 321 <p class="img-caption"><strong>Dutch 322 version of Indian Rummy</strong>: Making slight changes to games rules based on
|
/frameworks/base/docs/html/guide/components/ |
services.jd | 92 <p class="caution"><strong>Caution:</strong> A service runs in the 93 main thread of its hosting process—the service does <strong>not</strong> create its own thread 94 and does <strong>not</strong> run in a separate process (unless you specify otherwise). This means 222 <p>To ensure your app is secure, <strong>always use an explicit intent when starting or binding 223 your {@link android.app.Service}</strong> and do not declare intent filters for the service. If 264 <p class="caution"><strong>Caution:</strong> A services runs in the same process as the applicatio [all...] |
/frameworks/base/docs/html/guide/topics/data/ |
backup.jd | 75 <p class="note"><strong>Note:</strong> The backup service is <em>not</em> designed for 100 <p class="caution"><strong>Caution:</strong> Because the cloud storage and transport service can 186 <p class="note"><strong>Note:</strong> The backup service and the APIs you must use are 227 <p class="note"><strong>Note:</strong> The backup transport provided by Android Backup Service is 314 <p class="note"><strong>Tip:</strong> While developing your application, you can initiate a [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
prop-animation.jd | 100 <p class="img-caption"><strong>Figure 1.</strong> Example of a linear animation</p> 110 <p class="img-caption"><strong>Figure 2.</strong> Example of a non-linear animation</p> 116 <p class="img-caption"><strong>Figure 3.</strong> How animations are calculated</p> 207 <p class="table-caption"><strong>Table 1.</strong> Animators</p> 258 <p class="table-caption"><strong>Table 2.</strong> Evaluators</p [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-element.jd | 77 <p class="caution"><strong>Caution:</strong> Once you publish your application, you 78 <strong>cannot change the package name</strong>. The package name defines your application's 156 <p class="note"><strong>Note:</strong> By default, your application will be installed on the
|
/frameworks/base/docs/html/reference/com/google/android/gms/fitness/data/ |
DataTypes.html | 930 the number of rotations taken <strong>from the start of the count</strong>.</td> 942 represents the number of revolutions taken <strong>from the start of the count</strong>.</td> 966 covered, in meters, <strong>since the last reading</strong>.</td> 1050 of steps taken <strong>since the last reading</strong>.</td> [all...] |
/frameworks/base/docs/html/training/beam-files/ |
receive-files.jd | 97 <strong>Note:</strong> Android Beam file transfer is not the only source of an 117 <strong>Note:</strong> As of Android 4.2.2 (API level 17), the permission 221 <strong>Note:</strong> For Android Beam file transfer, you receive a content URI in the
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 131 <p class="note"><strong>Note:</strong> This thumbnail image from {@code "data"} might be good for an 177 <p class="note"><strong>Note:</strong> Files you save in the directories provided by 243 <p class="note"><strong>Note:</strong> If you saved your photo to the directory provided by
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
manage-memory.jd | 50 <strong>Android 2.3 adds concurrent garbage collection, which means that 51 the memory is reclaimed soon after a bitmap is no longer referenced.</strong> 59 <strong>As of Android 3.0 (API level 11), the pixel data is stored on the 60 Dalvik heap along with the associated bitmap.</strong></li> 77 <p class="note"><strong>Caution:</strong> You should use
|
/frameworks/base/docs/html/training/implementing-navigation/ |
nav-drawer.jd | 49 <p><strong>Navigation Drawer Design</strong></p> 95 <strong>must be the first child</strong> in the {@link 101 <li>The drawer view (the {@link android.widget.ListView}) <strong>must specify its horizontal 102 gravity</strong> with the {@code android:layout_gravity} attribute. To
|
/frameworks/base/docs/html/training/notepad/ |
notepad-ex3.jd | 28 file, right click on the project and select <strong>Android Tools</strong> > 29 <strong>Fix Project Properties</strong> from the popup menu. The starting point for this exercise is 223 Activity is being stopped and <strong>may be killed before it is 224 resumed!</strong> This means it should store any state necessary to
|
/frameworks/base/docs/html/training/tv/start/ |
hardware.jd | 146 <strong>Caution:</strong> Declaring an unavailable hardware feature as required by setting its 152 <strong>Caution:</strong> Some <a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">{@code uses-permission}</a> manifest declarations <em>imply hardware use</em>, which can also 330 <strong>android:configChanges="keyboard|keyboardHidden|navigation"</strong>
|
/frameworks/support/v4/java/android/support/v4/view/ |
MenuItemCompat.java | 27 * <p class="note"><strong>Note:</strong> You cannot get an instance of this class. Instead, 298 * <strong>Note:</strong> Setting an action view overrides the action provider 333 * <strong>Note:</strong> Setting an action provider overrides the action view
|
/frameworks/base/docs/html/training/articles/ |
smp.jd | 174 should <strong>always</strong> make this assumption when thinking about 298 memory, it only <strong>initiates</strong> the write. It does not have to wait 328 store #1 to <strong>finish</strong> being published before it can start on store 490 <p>The store/store barrier guarantees that <strong>all observers</strong> will 651 reg1 = 8 <strong>+ (reg0 & 0)</strong><br / [all...] |
/external/clang/test/Analysis/ |
self-init.m | 286 @property (nonatomic, strong) NSString *foo; 287 @property (nonatomic, strong) NSString *bar; 288 @property (nonatomic, strong) NSString *baz;
|
/external/valgrind/main/helgrind/ |
libhb.h | 72 strong send, the VC inside the SO is replaced by the clock of the 75 rwlocks: a strong send corresponds to releasing a rwlock that had 92 mutex) models this by doing a strong receive. A thread doing a
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_motion.jd | 77 <strong>Table 1.</strong> Motion sensors that are supported on the Android platform.</p> 206 <p class="note"><strong><sup>1</sup></strong> The scalar component is an optional value.</p> 287 <p class="note"><strong>Note:</strong> You can use many different techniques to filter sensor data. 337 <p class="note"><strong>Note:</strong> When a device is at rest, the output of the gravity sensor 430 <p class="note"><strong>Note:</strong> Uncalibrated sensors provide more raw results and ma [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 100 <p class="note"><strong>Tip:</strong> 158 <p class="note"><strong>Note:</strong> 462 <strong>The Definition</strong> 490 <strong>Class Initialization</strong> 498 <strong>Overridden Methods</strong> [all...] |
declaring-layout.jd | 46 <li><strong>Declare UI elements in XML</strong>. Android provides a straightforward XML 48 <li><strong>Instantiate layout elements at runtime</strong>. Your 59 with the XML file opened, select the <strong>Layout</strong> tab.</li> 78 <p class="note"><strong>Tip:</strong> Learn more about different layout types in <a href="{@docRoot}guide/topics/ui/layout-objects.html">Common 200 <p class="img-caption"><strong>Figure 1.</strong> Visualization of a view hierarchy with layou [all...] |
/libcore/luni/src/main/java/java/net/ |
URLConnection.java | 57 * <li><strong>File</strong><br> 60 * <li><strong>FTP</strong><br> 68 * <li><strong>HTTP and HTTPS</strong><br> 71 * <li><strong>Jar</strong><br> 161 * Opens a connection to the resource. This method will <strong>not</strong> [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 141 * <p><strong>Note:</strong> the object returned by this method is 155 * <p><strong>Note:</strong> the object returned by this method is considered
|
/external/ceres-solver/internal/ceres/ |
line_search.h | 122 // The strong Wolfe conditions consist of the Armijo sufficient 124 // step-size be chosen s.t. the _magnitude_ ('strong' Wolfe 266 // Bracketing / Zoom Strong Wolfe condition line search. This implementation 288 // Returns true iff final_line_sample satisfies strong Wolfe conditions.
|