Searched refs:unique (Results 1 – 25 of 146) sorted by relevance
123456
/frameworks/wilhelm/doc/ |
D | README.txt | 1 …e and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for …
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 16 <dd>XML resource that provides a unique identifier for application resources and 332 <p>A unique resource ID defined in XML. Using the name you provide in the {@code <item>} 333 element, the Android developer tools create a unique integer in your project's {@code 336 or a unique integer for use in your application code (for example, as an ID for a dialog or a 343 an actual resource item; it is simply a unique ID that you can attach to other resources or use 344 as a unique integer in your application.</p> 379 <dd>Defines a unique ID. Takes no value, only attributes. 385 <dd><em>String</em>. A unique name for the ID.</dd> 414 <p>As another example, the following code snippet uses the "dialog_exit" ID as a unique identifier
|
D | available-resources.jd | 47 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 56 <dd>A unique name for the item. To ensure that the name is unique, use a
|
D | category-element.jd | 40 that they are unique.
|
D | manifest-element.jd | 55 be unique. The name may contain uppercase or lowercase letters ('A' 65 The package name serves as a unique identifier for the application. 86 By default, Android assigns each application its own unique user ID.
|
D | permission-tree-element.jd | 50 be used to ensure that the name is unique. The name must have more than
|
/frameworks/base/docs/html/distribute/analyze/ |
D | index.jd | 19 With a unique Google Play Developer Console integration, Google Analytics can
|
/frameworks/base/docs/html/training/camera/ |
D | index.jd | 44 they see around them, make unique avatars, look for zombies around the corner,
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher.jd | 95 <li>Create an icon that is unique and memorable.</li> 133 …<li>Have a unique silhouette for faster recognition; not all Android app icons should be square. <… 160 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 51 <p>To optimize your user experience on different screen sizes, you should create a unique layout XML 54 suffix. For example, a unique layout for large screens should be saved under
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 49 <li>Retrieve a unique device ID to remember the device</li> 55 there's no guarantee that the username chosen will be unique. </p>
|
/frameworks/base/docs/html/training/custom-views/ |
D | index.jd | 42 sometimes your app has unique needs that aren’t covered by the built-in views. This class shows you
|
/frameworks/base/docs/html/training/tv/playback/ |
D | index.jd | 46 be extended and customized so you can create an experience that is unique to your app.
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_reference.jd | 167 sell using Google Play's In-app Billing service must have a unique product ID, which you 343 and the notification includes a unique notification ID. To get the details of the purchase state 365 to constants that are unique to your application. See the <code>Consts.java</code> file in the 387 <td>A unique identifier that is sent with an <code>IN_APP_NOTIFY</code> broadcast intent. Each 395 <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | data-items.jd | 26 <li><b>Path</b> - A unique string that must start with a forward slash (for instance, 68 <p class="note"><b>Note:</b> The path string is a unique identifier for the
|
/frameworks/base/docs/html/guide/ |
D | index.jd | 52 <p>Android provides an adaptive app framework that allows you to provide unique resources
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 33 One of the unique features of mobile applications is location awareness.
|
/frameworks/base/docs/html/distribute/monetize/ |
D | payments.jd | 64 a unique code printed on a card purchased online or from major retailers.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | declaring-layout.jd | 165 <li>Define a view/widget in the layout file and assign it a unique ID: 182 which is referenced by the unique ID.</p> 183 <p>An ID need not be unique throughout the entire tree, but it should be 184 unique within the part of the tree you are searching (which may often be the entire tree, so it's b… 185 to be completely unique when possible).</p> 326 <p>Each subclass of the {@link android.view.ViewGroup} class provides a unique way to display
|
D | overview.jd | 69 have a unique set of APIs that are described in their respective documents, such as <a
|
/frameworks/base/docs/html/google/play-services/ |
D | id.jd | 12 <p itemprop="description">The advertising ID is a user-specific, unique, 75 The <strong>advertising ID</strong> is a unique but
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 39 moving and transforming drawn objects in three dimensions or in other unique ways to create
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.2.jd | 213 <p>Android now allows your app to display unique content on additional screens that are connected 215 To create unique content for a secondary display, extend the {@link android.app.Presentation} 220 android.app.Presentation} class provides the region in which your app can display a unique UI on the 354 <p>If your app wants to identify unique users such as to gather analytics or create other account 357 unique installations</a>. By creating a new {@link java.util.UUID} when your app starts for the 358 first time, you’re certain to obtain a unique ID for tracking each user, regardless of how many
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 146 android.support.v4.app.FragmentManager} and a unique tag name for the fragment.</p> 251 android.support.v4.app.FragmentManager} and a unique tag name for the fragment.</p>
|
123456