Searched refs:advanced (Results 1 – 25 of 60) sorted by relevance
123
/frameworks/base/docs/html/ndk/guides/ |
D | build.jd | 15 into advanced territory, discussing how to incorporate the NDK into your own
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RootsCache.java | 357 final boolean advanced = (root.flags & Root.FLAG_ADVANCED) != 0; in getMatchingRoots() 367 if (!state.showAdvanced && advanced) continue; in getMatchingRoots()
|
D | BaseActivity.java | 136 final MenuItem advanced = menu.findItem(R.id.menu_advanced); in onPrepareOptionsMenu() local 151 advanced.setTitle(LocalPreferences.getDisplayAdvancedDevices(this) in onPrepareOptionsMenu()
|
D | DocumentsActivity.java | 471 final MenuItem advanced = menu.findItem(R.id.menu_advanced); in onPrepareOptionsMenu() local 498 advanced.setVisible(!(mState.action == ACTION_MANAGE || mState.action == ACTION_BROWSE)); in onPrepareOptionsMenu()
|
/frameworks/base/docs/html/distribute/monetize/ |
D | freemium.jd | 47 A more advanced approach is to offer a range of features and content items
|
D | subscriptions.jd | 38 A more advanced approach is to offer specific features or content items as
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 36 <dt><strong><a href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html">Advanced
|
D | nfc.jd | 41 these features. For more advanced topics, including a discussion of working with non-NDEF data, 42 see <a href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html">Advanced NFC</a>.</p> 108 about these technologies, see the <a href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html 457 href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html#tag-tech">Working with Supported Tag 727 <ahref="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html#foreground-dispatch">foreground 808 enables <a href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html#foreground-dispatch">
|
/frameworks/base/docs/html/distribute/analyze/ |
D | start.jd | 46 app and configure advanced customizations.
|
/frameworks/base/docs/html/about/ |
D | android.jd | 75 offer a full Java IDE with advanced features for developing, debugging, and
|
D | index.jd | 84 offer a full Java IDE with advanced features for developing, debugging, and
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | designing.jd | 29 provide advanced capabilities for watch faces that you can leverage in your designs, such as
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 94 activities, and using more advanced screen layout. Also shows how to
|
D | notepad-index.jd | 98 activities, and using more advanced screen layout. Also shows how to
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 123 <p class="note"><strong>Note:</strong> Android 3.2 and above supports an advanced method of
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 43 touch-style events to more advanced touch types such as {@code
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 119 details about how to actually read the data from the result, because it requires more advanced
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 21 <li><a href="#SimpleAndAdvanced">Simple mode and advanced mode</a></li> 146 <h3 id="SimpleAndAdvanced">Simple mode and advanced mode</h3> 149 your application: <em>simple mode</em> and <em>advanced mode</em>. You can switch between these by 191 in advanced mode, you can upload, activate, then publish multiple APKs for the same application. The 321 <p>Before you enable advanced mode to publish multiple APKs for your application, you need to
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 325 <h3 id="advanced-filters">Advanced manifest filters</h3> 328 filter applications based on the advanced manifest elements in table 2.</p> 446 considered an advanced feature and <strong>most application should publish only one
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-layout.jd | 26 <p>Android Studio offers an advanced layout editor that allows you to drag-and-drop widgets
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 187 needed unless you plan to perform advanced fragment operations using the {@link
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 153 … accelerated visual effects, high quality ETC2/EAC texture compression, advanced texture rendering… 155 …TC texture compression, per-sample interpolation and shading, and other advanced rendering capabil…
|
/frameworks/base/docs/html/tools/help/ |
D | index.jd | 74 <dd>Learn the commands available for advanced command-line operations.</dd>
|
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 91 Keystore whenever the key is used. This is an advanced security feature which is generally useful 199 <p>This is an advanced security feature which is generally useful only if your requirements are that
|
/frameworks/base/docs/html/training/material/ |
D | lists-cards.jd | 29 <p>The {@link android.support.v7.widget.RecyclerView} widget is a more advanced and flexible
|
123