Home
last modified time | relevance | path

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

123

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp170 const GLenum filtering = linearFiltering ? GL_LINEAR : GL_NEAREST; in setLinearFiltering() local
172 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filtering); in setLinearFiltering()
173 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filtering); in setLinearFiltering()
197 const GLenum filtering = getLinearFiltering() ? GL_LINEAR : GL_NEAREST; in allocateTexture() local
198 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filtering); in allocateTexture()
199 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filtering); in allocateTexture()
/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>,
212 <h2 id="market-feature-filtering">Google Play and Feature-Based Filtering</h2>
286 filtering the application. Even if the device does not provide the declared
288 device and will show it to the user, unless other filtering rules apply. For
293 is required and sets up filtering on it. </li>
303 effectively disable all filtering on Google Play for the specified feature.
357 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
Duses-sdk-element.jd23 <li><a href="#filtering">Filtering the Reference Documentation by API Level</a></li>
574 <h2 id="filtering">Filtering the Reference Documentation by API Level</h2>
582 <p>To use filtering, select the checkbox to enable filtering, just below the
594 disable the feature using the checkbox. By default, API Level filtering is
Dsupports-screens-element.jd159 to enable filtering for your application on services such as Google Play. However,
160 <strong>Google Play currently does not support this attribute for filtering</strong> (on Android
Dintent-filter-element.jd32 intents of the advertised type, while filtering out those that are not
Dcompatible-screens-element.jd31 with specific screen configurations and enable filtering for users. Any screen configuration that is
/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/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/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>
168 android.content.pm.PackageManager#FEATURE_BLUETOOTH} device feature. You can disable filtering based
289 <h2 id="filtering">Controlling Your App's Availability for Business Reasons</h2>
296 filtering options in the developer console that allow you to control your app’s
301 filtering for non-technical reasons (such as geographic locale) is always
Dscreens-distribution.jd40 handsets and similar-sized devices. To do so, you can enable filtering by external services such as
63 information to apply filtering to your application, so that only devices that have a screen
177 external services such as Google Play <strong>do not</strong> apply filtering. Your application
/frameworks/native/services/surfaceflinger/
DLayer.h292 void setFiltering(bool filtering);
DLayer.cpp700 void Layer::setFiltering(bool filtering) { in setFiltering() argument
701 mFiltering = filtering; in setFiltering()
/frameworks/base/docs/html/tools/help/
Dlogcat.jd11 <p>For complete information about logcat options and filtering specifications, see
/frameworks/base/core/java/android/os/
DBatteryStats.java3839 final boolean filtering = in dumpLocked()
3842 if ((flags&DUMP_HISTORY_ONLY) != 0 || !filtering) { in dumpLocked()
3884 if (filtering && (flags&(DUMP_UNPLUGGED_ONLY|DUMP_CHARGED_ONLY)) == 0) { in dumpLocked()
3888 if (!filtering) { in dumpLocked()
3917 if (!filtering || (flags&DUMP_CHARGED_ONLY) != 0) { in dumpLocked()
3945 if (!filtering || (flags&DUMP_UNPLUGGED_ONLY) != 0) { in dumpLocked()
3962 final boolean filtering = in dumpCheckinLocked()
3989 if (filtering && (flags&(DUMP_UNPLUGGED_ONLY|DUMP_CHARGED_ONLY)) == 0) { in dumpCheckinLocked()
4020 if (!filtering || (flags&DUMP_CHARGED_ONLY) != 0) { in dumpCheckinLocked()
4041 if (!filtering || (flags&DUMP_UNPLUGGED_ONLY) != 0) { in dumpCheckinLocked()
/frameworks/base/docs/html/google/play-services/
Ddrive.jd74 together multiple parameters and filtering based on metadata. This
/frameworks/base/docs/html/guide/topics/connectivity/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>
704 <p>AARs are useful if you want to prevent other applications from filtering for the same intent and
707 intent filtering. If you want to handle an intent at the Activity level, <a
708 href="#filtering-intents">use intent filters</a>.
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd250 information on how Google Play filtering works for texture compressions, see the <a
251 href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html#market-texture-filtering">
252 Google Play and texture compression filtering</a> section of the {@code
576 </a>. Using this declaration enables filtering by external services such as Google Play, so that

123