/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-gl-texture-element.jd | 28 properly. Developers can use texture compression filtering 33 the basis for filtering, please read <a href="#market-texture-filtering">Android 34 Market and texture compression filtering</a>, below.</p> 72 filtering based on the <code><supports-gl-texture></code> element is activated 148 <h2 id="market-texture-filtering">Android Market and texture compression filtering</h2> 186 Android Market does not apply any filtering based on GL texture compression format.</p>
|
D | uses-permission-element.jd | 12 …69999;"><code style="color:#669999;"><uses-permission></code> and filtering on Android Marke… 23 <p style="margin-top:1em;">To control filtering, always explicitly declare 27 filtering for a particular feature, you can add a
|
D | uses-feature-element.jd | 12 <li><a href="#market-feature-filtering">Android Market and Feature-Based Filtering</a> 66 Android Market uses features as the basis for filtering, please read <a 67 href="#market-feature-filtering">Android Market and Feature-Based Filtering</a>, 217 <h2 id="market-feature-filtering">Android Market and Feature-Based Filtering</h2> 291 filtering the application. Even if the device does not provide the declared 293 device and will show it to the user, unless other filtering rules apply. For 298 is required and sets up filtering on it. </li> 308 effectively disable all filtering on Android Market for the specified feature. 362 filtering derived from the <code>CAMERA</code> permission, you would declare 372 therefore trigger filtering.</p> [all …]
|
D | uses-library-element.jd | 48 user's device. For more information about filtering, see the topic
|
D | supports-screens-element.jd | 159 to enable filtering for your application on services such as Android Market. However, 160 <strong>Android Market currently does not support this attribute for filtering</strong> (on Android
|
D | compatible-screens-element.jd | 31 with specific screen configurations and enable filtering for users. Any screen configuration that is
|
D | intent-filter-element.jd | 32 intents of the advertised type, while filtering out those that are not
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 215 const GLenum filtering = linearFiltering ? GL_LINEAR : GL_NEAREST; variable 218 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filtering); 219 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filtering);
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 101 <p>All filtering restrictions are associated with an application's version and can 112 (although not everything in the manifest file can trigger filtering). 114 Market filtering, and explains how the filtering for each element works.</p> 117 trigger filtering on Market.</p> 233 href="#uses-permission-filtering"><code><uses-permission></code></a>, 277 <tr id="uses-permission-filtering"> 293 filtering based on the features implied by the <code><uses-feature></code> 320 filtering.</p> 333 <p>These manifest elements and the filtering they trigger are for exceptional use-cases 339 Android Market filtering.</p> [all …]
|
D | api-levels.jd | 21 <li><a href="#filtering">Filtering the Documentation</a></li> 42 <a href="#filtering">Filtering the documentation</a> at the 387 <h2 id="filtering">Filtering the Reference Documentation by API Level</h2> 395 <p>To use filtering, select the checkbox to enable filtering, just below the 407 disable the feature using the checkbox. By default, API Level filtering is
|
/frameworks/base/opengl/libagl2/ |
D | README | 14 …xcoord wrap modes, and only linear for both min and mag, or nearest for both min and mag filtering.
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 40 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is 45 raw accelerometer data with the smoothed out filtered data. If the filtering
|
/frameworks/base/services/surfaceflinger/ |
D | LayerBase.h | 235 void setFiltering(bool filtering);
|
D | LayerBase.cpp | 357 void LayerBase::setFiltering(bool filtering) in setFiltering() argument 359 mFiltering = filtering; in setFiltering()
|
/frameworks/base/docs/html/sdk/ |
D | android-2.3.jd | 153 <p>Additionally, developers can request filtering on Android Market, such that 155 the platform’s SIP stack and services. To request filtering, add <code><uses-feature 200 <p>Additionally, developers can request filtering on Android Market, such that 202 NFC. To request filtering, add 222 <p>Developers can request filtering in Android Market, such that their 385 <li>Support for touch filtering 387 <li>New support for touch filtering, which lets an application improve the 389 touch filtering is appropriate to ensure the security of user actions such as 403 <p class="note">To look at sample code for touch filtering, see 760 filtering, see the documentation for <a
|
D | android-2.3.3.jd | 195 <p>Additionally, developers can request filtering on Android Market, such that 197 NFC. To request filtering, add 202 …rces/samples/ApiDemos/src/com/example/android/apis/nfc/TechFilter.html">filtering by tag technolog…
|
D | android-2.3.4.jd | 200 <p>Additionally, developers can request filtering on Android Market, such that 202 appropriate accessory support. To request filtering, add the element below
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-distribution.jd | 39 handsets and similar-sized devices. To do so, you can enable filtering by external services such as 62 information to apply filtering to your application, so that only devices that have a screen 176 external services such as Android Market <strong>do not</strong> apply filtering. Your application
|
D | compatibility.jd | 167 <h3 id="filtering">Filtering for business reasons</h3> 174 developers with filtering options that allow them control their app’s 187 filtering for non-technical reasons (such as geographic restrictions) is always
|
D | optimizing-for-3.0.jd | 483 can add elements to your Android manifest file that enable filtering based on screen configuration 527 external services such as Android Market <strong>do not</strong> apply filtering. Your application 544 Android Market uses this information to apply filtering to your application, so that only devices 616 Android Market filtering. If your application can function properly without telephony, you should
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 203 information on how Android Market filtering works for texture compressions, see the <a 204 href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html#market-texture-filtering"> 205 Android Market and texture compression filtering</a> section of the {@code 473 </a>. Using this declaration enables filtering by external services such as Android Market, so that
|
/frameworks/base/docs/html/guide/topics/nfc/ |
D | nfc.jd | 16 <li><a href="#filtering-intents">Filtering for Intents</a> 57 scanned NFC tag can <a href="#filtering-intents">declare an intent filter</a> and 333 <h2 id="filtering-intents">Filtering for NFC Intents</h2> 665 <p>AARs are useful if you want to prevent other applications from filtering for the same intent and 668 intent filtering. If you want to handle an intent at the Activity level, <a 669 href="filtering-intents">use intent filters</a>.
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-listview.jd | 68 <p>The {@link android.widget.ListView#setTextFilterEnabled(boolean)} method turns on text filtering
|
/frameworks/base/docs/html/resources/articles/ |
D | touch-mode.jd | 88 {@link android.widget.EditText} or, when filtering is enabled,
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | loaders.jd | 299 // currently filtering. 452 // currently filtering.
|