HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 701 - 725 of 3412) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/backup/
BackupHelper.java 52 * <strong>Note:</strong> The helper should not close or seek either the {@code oldState} or
76 * <strong>Note:</strong> Do not close the <code>data</code> stream. Do not read more than
96 * <strong>Note:</strong> The helper should not close or seek the {@code newState}
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 54 <p>For <strong>image-only</strong> buttons, a background isn't necessary because
63 <div class="do-dont-label good"><strong>Do</strong></div>
71 For buttons <strong>with text</strong>, a background is also usually
  /frameworks/base/docs/html/design/tv/
patterns.jd 60 <strong>Note:</strong> Your app icon image may be desaturated and blended for some card
75 <strong>Important:</strong> Background images must not be transparent. Your must not allow any
80 <strong>Note:</strong> If you background image does not meet the size requirements, it is scaled
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher_archive.jd 37 <strong>Warning:</strong> This document describes obsolete guidelines for
101 <strong>Figure 1.</strong> Example launcher icons for Android 2.0 and
142 <p class="note"><strong>Note:</strong> Android applies separate text labels
229 <p class="table-caption"><strong>Figure 2.</strong>
263 <strong>Figure 3.</strong> Recommended color palette for icons.</p
    [all...]
  /frameworks/base/docs/html/training/backward-compatible-ui/
using-component.jd 66 <p><strong>res/layout/main.xml:</strong></p>
98 <p><strong>res/layout-v11/main.xml:</strong></p>
143 <p class="img-caption"><strong>Figure 1.</strong> Example screenshots of backward-compatible tabs running on an Android 2.3 device (using <code>TabHelperEclair</code>) and an Android 4.0 device (using <code>TabHelperHoneycomb</code>).</p>
  /frameworks/base/docs/html/training/graphics/opengl/
touch.jd 102 <strong>setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);</strong>
133 <strong>Matrix.setRotateM(mRotationMatrix, 0, mAngle, 0, 0, -1.0f);</strong>
150 <strong>Figure 1.</strong> Triangle being rotated with touch input (circle shows touch
  /frameworks/compile/slang/
README.html 380 <li><strong>fountain.bc</strong></li>
381 <li><strong>ScriptC_fountain.java</strong></li>
382 <li><strong>ScriptField_Point.java</strong></li>
384 <p>The <strong>Script*.java</strong> files above will be documented below.</p>
530 <li><p class="first">The function <strong>init</strong> (if present) will be called once after the scrip
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 14 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
26 * <p><strong>WARNING:</strong> If an application does <em>not</em>
109 * <p><strong>There is an apparent contradiction between the
115 * an exception.</strong></p>
Locator.java 14 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
86 * <p><strong>Warning:</strong> The return value from the method
113 * <p><strong>Warning:</strong> The return value from the method
  /external/lldb/www/
scripting.html 126 <h1 class ="postheader"><a name="accessing-variables">Accessing & Manipulating <strong>Program</strong> Variables in Python</a>
176 <p><strong>"DFS" Overview.</strong> Before diving into the details of this
229 % <strong>lldb</strong><br>
230 (lldb) <strong>process attach -n "dictionary"</strong><br>
235 (lldb) <strong>breakpoint set -n find_word</strong><br>
    [all...]
  /frameworks/base/docs/html/google/auth/
http-auth.jd 42 <p class="note"><strong>Note:</strong> An OAuth 2.0 token using <a href=
68 <p class="caution"><strong>Caution:</strong> While you are testing an APK that's <a
81 Otherwise, click <strong>Create project</strong> at the top, enter your project name and ID,
82 then click <strong>Create</strong>.
83 <p class="note"><strong>Note:</strong> The name you provide for the project is the name tha
    [all...]
  /frameworks/base/docs/html/guide/practices/
tablets-and-handsets.jd 79 <li><strong>Build your activity designs based on fragments</strong> that you can reuse in
92 <li><strong>Use the action bar</strong>, but follow best practices and ensure your design
112 <li><strong>Implement flexible layouts</strong>, as discussed in the
128 <p class="note"><strong>Note:</strong> Aside from one feature in the action bar, all the
213 <p class="img-caption"><strong>Figure 1.</strong> Different design patterns for tablets an
    [all...]
  /docs/source.android.com/src/devices/camera/
camera3_error_stream.jd 93 <h4><strong>Preconditions</strong></h4>
99 <h4><strong>Postconditions</strong></h4>
103 <h4><strong>Performance expectations</strong></h4>
110 <h4><strong>Return values</strong></h4>
149 <h4><strong>Return values</strong></h4
    [all...]
  /docs/source.android.com/src/devices/tech/security/selinux/
implement.jd 82 <p class="caution"><strong>Important:</strong> Do not alter the app.te file provided by the Android Open Source Project.
120 <p><strong>Symlinks</strong> - Because symlinks appear as files, they are often read just as that. This can
129 <p><strong>System files</strong> - Consider the class of system files that should only be modified by the
139 <p><strong>App data</strong> - Another example is the class of functions that must run as root but should
144 <p><strong>setattr</strong> - For commands such as chmod and chown, you could identify the set of file
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
google_wallet.html 5 <td><strong>Description:</strong></td>
9 <td><strong>Availability:</strong></td>
13 <td><strong>Sample:</strong></td>
17 <td><strong>Learn more:</strong></td>
128 <strong>NEVER</strong> include the Seller secret you use to generate tokens in your app
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/
io2014.html 22 <li>Enable <strong>Native Client</strong>.</li>
23 <li>Enable <strong>Native Client GDB-based debugging</strong>. (For the debugger)</li>
47 <li><p class="first">You can open <strong>nano</strong> like this:</p>
53 <li><p class="first">You can open <strong>vim</strong> like this:</p>
112 <p>Now, likes run <strong>make</strong> to compile our program (NOTE: Changed since video
    [all...]
  /external/chromium_org/ppapi/api/
ppb_graphics_3d.idl 24 * <strong>Example usage from plugin code:</strong>
26 * <strong>Setup:</strong>
36 * <strong>Present one frame:</strong>
45 * <strong>Shutdown:</strong>
174 * <strong>Example usage:</strong> To get the values for rgb bits in th
    [all...]
  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 37 * <strong>Example usage from plugin code:</strong>
39 * <strong>Setup:</strong>
49 * <strong>Present one frame:</strong>
58 * <strong>Shutdown:</strong>
180 * <strong>Example usage:</strong> To get the values for rgb bits in th
    [all...]
  /frameworks/base/docs/html/design/patterns/
notifications.jd 32 <h4 id="New"><strong>New in Android 5.0</strong></h4>
50 <p class="note"><strong>Note:</strong> Notification design in this version of
65 <li> The notification's <strong>icon</strong>. The icon symbolizes the
69 <li> A notification <strong>title</strong> and additional
70 <strong>text</strong>.</li
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_reference.jd 37 <strong>Table 1.</strong> Summary of response codes for In-app Billing Version 3 API calls.</p>
98 <strong>Table 2.</strong> Description of JSON fields with product item details returned from a {@code getSkuDetails} request.</p>
146 <strong>Table 3.</strong> Response data from an In-app Billing Version 3 purchase request.</p>
173 <strong>Table 4.</strong> Descriptions of the JSON fields for {@code INAPP_PURCHASE_DATA}.</p>
213 <strong>Table 5.</strong> Response data from a {@code getPurchases} request.</p
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
setting-up.jd 82 <p class="img-caption"><strong>Figure
83 2.</strong> An app's license key is available from the Services &amp; APIs page in
182 <li>Launch the Android SDK Manager (available under the Eclipse <strong>Window</strong>
184 <li>Select and download <strong>Google APIs</strong> for the Android version you'd like to target
187 <strong>Window</strong>
190 <strong>New</strong> and set the configuration details for the new AVD. </li
    [all...]
  /frameworks/base/docs/html/google/play-services/
id.jd 60 As a reminder, please note that starting <strong>1 August 2014</strong>, new
75 The <strong>advertising ID</strong> is a unique but
84 <strong style="white-space:nowrap">ad tracking preference</strong>. When the
89 Apps making use of the advertising ID <strong>must check for and respect</strong> the
136 <strong>Note:</strong> The <code>getAdvertisingIdInfo()</code> method is
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 30 <p class="note"><strong>Note:</strong> If you want to provide a static color resource, use a
71 <dd><strong>Required.</strong> This must be the root element. Contains one or more {@code
76 <dd><em>String</em>. <strong>Required.</strong> Defines the XML namespace, which must be
86 <dd><em>Hexadeximal color</em>. <strong>Required</strong>. The color is specified with an
121 <p class="note"><strong>Note:</strong> Remember that the first item in the state list tha
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
spell-checker-framework.jd 39 generates a spelling checker <strong>session</strong> object. Based on text you provide,
49 <strong>Figure 1.</strong> The spelling checker service lifecycle.
136 <strong>Note:</strong> You must implement all aspects of spell checking as asynchronous and
222 <strong>Figure 2.</strong> Spell checking in TextView.
231 <strong>Figure 3.</strong> Interacting with a spelling checker service
    [all...]
  /frameworks/base/docs/html/tools/help/uiautomator/
index.jd 39 <strong>Table 1.</strong> Command-line options for {@code uiautomator}</p>
50 <td><strong>Required</strong>. The {@code &lt;JARS&gt;} argument is the name of one or more JAR files that you deployed to the target device which contain your uiautomator testcases. You can list more than one JAR file by using a space as a separator.</td>
55 <td><strong>Required (API 17 or lower)</strong>.The {@code &lt;CLASSES&gt;}
64 <p class="note"><strong>Note:</strong>This argument is not required for API 18
77 <td><p>Specify other name-value pairs to be passed to test classes. May be repeated.</p><p class="note"><strong>Note: </strong>The {@code -e} options cannot be combined; you must prefix each option with a separate {@code -e} (…)
    [all...]

Completed in 1057 milliseconds

<<21222324252627282930>>