Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd13 properly. You can use texture compression filtering
18 the basis for filtering, please read <a href="#market-texture-filtering">Google
19 Play and texture compression filtering</a>, below.</p>
70 filtering based on the <code>&lt;supports-gl-texture></code> element is activated
146 <h2 id="market-texture-filtering">Google Play and texture compression filtering</h2>
184 Google Play does not apply any filtering based on GL texture compression format.</p>
Duses-feature-element.jd2 page.tags=filtering,features,google play filters,permissions
11 <li><a href="#market-feature-filtering">Google Play and Feature-Based Filtering</a>
44 Google Play uses features as the basis for filtering, please read <a
45 href="#market-feature-filtering">Google Play and Feature-Based Filtering</a>,
220 <h2 id="market-feature-filtering">Google Play and Feature-Based Filtering</h2>
294 filtering the application. Even if the device does not provide the declared
296 device and will show it to the user, unless other filtering rules apply. For
301 is required and sets up filtering on it. </li>
311 effectively disable all filtering on Google Play for the specified feature.
365 filtering derived from the <code>CAMERA</code> permission, you would declare
[all …]
Duses-permission-element.jd22 <p>To control filtering, always explicitly declare
26 filtering for a particular feature, you can add a
Duses-library-element.jd12 requirements. For more information about filtering, see the topic
/frameworks/base/docs/html/google/play/
Dfilters.jd52 that do not have a camera. This <em>filtering</em> helps developers manage the
61 <p>Google Play filtering is based in part on manifest declarations and other
62 aspects of the Android framework, but actual filtering behaviors are distinct
64 specifies the current filtering rules used by Google Play.</p>
91 <p>All filtering restrictions are associated with an application's version and can
109 (although not everything in the manifest file can trigger filtering).
111 filtering, and explains how the filtering for each element works.</p>
114 trigger filtering on Google Play.</p>
230 href="#uses-permission-filtering"><code>&lt;uses-permission&gt;</code></a>,
274 <tr id="uses-permission-filtering">
[all …]
Ddist.jd18 Make sure your app gets to the right users by filtering on a wide range of characteristics
/frameworks/base/docs/html/training/wearables/watch-faces/
Dperformance.jd178 <p class="img-caption"><strong>Figure 2.</strong> Example of bitmap filtering disabled (left) and
182 <h3 id="BitmapFiltering">Use bitmap filtering</h3>
184 <p>For bitmap assets that you draw on top of other elements, enable bitmap filtering on the same
187 and without bitmap filtering.</p>
190 render the colors in the image for bitmap filtering to process successfully. When ambient mode is
191 active, disable bitmap filtering.</p>
/frameworks/base/tools/orientationplot/
DREADME.txt42 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is
47 raw accelerometer data with the smoothed out filtered data. If the filtering
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd49 filtering, environment sensors do not typically require any data filtering or data processing. Table
99 calibration, filtering, or modification, which makes them some of the easiest sensors to use. To
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd74 <p>Additionally, developers can request filtering on Google Play, such that
76 the platform’s SIP stack and services. To request filtering, add <code>&lt;uses-feature
121 <p>Additionally, developers can request filtering on Google Play, such that
123 NFC. To request filtering, add
143 <p>Developers can request filtering on Google Play, such that their
306 <li>Support for touch filtering
308 <li>New support for touch filtering, which lets an application improve the
310 touch filtering is appropriate to ensure the security of user actions such as
324 <p class="note">To look at sample code for touch filtering, see
670 filtering, see the documentation for <a
Dandroid-2.3.4.jd122 <p>Additionally, developers can request filtering on Google Play, such that
124 appropriate accessory support. To request filtering, add the element below
Dandroid-2.3.3.jd121 <p>Additionally, developers can request filtering on Google Play, such that
123 NFC. To request filtering, add
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd17 <li><a href="#filtering">Controlling Your App's Availability for Business Reasons</a></li>
163 android.content.pm.PackageManager#FEATURE_BLUETOOTH} device feature. You can disable filtering based
268 <h2 id="filtering">Controlling Your App's Availability for Business Reasons</h2>
275 filtering options in the developer console that allow you to control your app’s
280 filtering for non-technical reasons (such as geographic locale) is always
Dscreens-distribution.jd38 handsets and similar-sized devices. To do so, you can enable filtering by external services such as
61 information to apply filtering to your application, so that only devices that have a screen
175 external services such as Google Play <strong>do not</strong> apply filtering. Your application
/frameworks/native/include/gui/
DGLConsumer.h139 uint32_t transform, bool filtering);
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh50 // filtering. So always sets it to 1.
/frameworks/base/docs/html/google/
Dindex.jd66 Device filtering
/frameworks/base/docs/html/samples/new/
Dindex.jd35 sample demonstrates how to add filtering rules to an app to manage settings
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-samples.jd30 filtering rules to an app in order to manage settings backup.
/frameworks/base/core/java/android/os/
DBatteryStats.java5342 final boolean filtering = (flags in dumpLocked()
5345 if ((flags&DUMP_HISTORY_ONLY) != 0 || !filtering) { in dumpLocked()
5387 if (filtering && (flags&(DUMP_CHARGED_ONLY|DUMP_DAILY_ONLY)) == 0) { in dumpLocked()
5391 if (!filtering) { in dumpLocked()
5420 if (!filtering || (flags&DUMP_CHARGED_ONLY) != 0) { in dumpLocked()
5448 if (!filtering || (flags&(DUMP_CHARGED_ONLY|DUMP_DAILY_ONLY)) != 0) { in dumpLocked()
5465 if ((flags&DUMP_DAILY_ONLY) != 0 || !filtering) { in dumpLocked()
5497 if ((flags&DUMP_DAILY_ONLY) != 0 || !filtering) { in dumpLocked()
5518 if (!filtering || (flags&DUMP_CHARGED_ONLY) != 0) { in dumpLocked()
5539 final boolean filtering = (flags & in dumpCheckinLocked()
[all …]
/frameworks/base/docs/html/topic/libraries/testing-support-library/
Dindex.jd114 <li><a href="#ajur-filtering">Test filtering</a>
186 <h4 id="ajur-filtering">
187 Test filtering
/frameworks/native/services/surfaceflinger/
DLayer.h392 void setFiltering(bool filtering);
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dloaders.jd295 // currently filtering.
448         // currently filtering.
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/
Dfilters.jd226 请参阅下面的<a href="#uses-permission-filtering"><code>&lt;uses-permission&gt;</code></a>
268 <tr id="uses-permission-filtering">
/frameworks/base/docs/html-intl/intl/zh-tw/google/play/
Dfilters.jd145 …t;uses-feature&gt;</code> 元素中宣告的功能需求)。另請參閱以下的 <a href="#uses-permission-filtering"><code>&lt;uses-…
174 <tr id="uses-permission-filtering">

123