Home
last modified time | relevance | path

Searched refs:filtering (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd28 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>&lt;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>
Duses-permission-element.jd12 …69999;"><code style="color:#669999;">&lt;uses-permission&gt;</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
Duses-feature-element.jd12 <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 …]
Duses-library-element.jd48 user's device. For more information about filtering, see the topic
Dsupports-screens-element.jd159 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
Dcompatible-screens-element.jd31 with specific screen configurations and enable filtering for users. Any screen configuration that is
Dintent-filter-element.jd32 intents of the advertised type, while filtering out those that are not
/frameworks/base/libs/hwui/
DFontRenderer.h215 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/
Dmarket-filters.jd101 <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>&lt;uses-permission&gt;</code></a>,
277 <tr id="uses-permission-filtering">
293 filtering based on the features implied by the <code>&lt;uses-feature&gt;</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 …]
Dapi-levels.jd21 <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/
DREADME14 …xcoord wrap modes, and only linear for both min and mag, or nearest for both min and mag filtering.
/frameworks/base/tools/orientationplot/
DREADME.txt40 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/
DLayerBase.h235 void setFiltering(bool filtering);
DLayerBase.cpp357 void LayerBase::setFiltering(bool filtering) in setFiltering() argument
359 mFiltering = filtering; in setFiltering()
/frameworks/base/docs/html/sdk/
Dandroid-2.3.jd153 <p>Additionally, developers can request filtering on Android Market, such that
155 the platform’s SIP stack and services. To request filtering, add <code>&lt;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
Dandroid-2.3.3.jd195 <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…
Dandroid-2.3.4.jd200 <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/
Dscreens-distribution.jd39 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
Dcompatibility.jd167 <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
Doptimizing-for-3.0.jd483 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/
Dopengl.jd203 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/
Dnfc.jd16 <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/
Dhello-listview.jd68 <p>The {@link android.widget.ListView#setTextFilterEnabled(boolean)} method turns on text filtering
/frameworks/base/docs/html/resources/articles/
Dtouch-mode.jd88 {@link android.widget.EditText} or, when filtering is enabled,
/frameworks/base/docs/html/guide/topics/fundamentals/
Dloaders.jd299 // currently filtering.
452         // currently filtering.

12