/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 170 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/ |
D | supports-gl-texture-element.jd | 13 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><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>
|
D | uses-feature-element.jd | 2 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 …]
|
D | uses-permission-element.jd | 22 <p>To control filtering, always explicitly declare 26 filtering for a particular feature, you can add a
|
D | uses-library-element.jd | 12 requirements. For more information about filtering, see the topic
|
D | uses-sdk-element.jd | 23 <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
|
D | supports-screens-element.jd | 159 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
|
D | intent-filter-element.jd | 32 intents of the advertised type, while filtering out those that are not
|
D | compatible-screens-element.jd | 31 with specific screen configurations and enable filtering for users. Any screen configuration that is
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 52 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><uses-permission></code></a>, 274 <tr id="uses-permission-filtering"> [all …]
|
D | dist.jd | 18 Make sure your app gets to the right users by filtering on a wide range of characteristics
|
/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/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 49 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/ |
D | android-2.3.jd | 74 <p>Additionally, developers can request filtering on Google Play, such that 76 the platform’s SIP stack and services. To request filtering, add <code><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
|
D | android-2.3.4.jd | 122 <p>Additionally, developers can request filtering on Google Play, such that 124 appropriate accessory support. To request filtering, add the element below
|
D | android-2.3.3.jd | 121 <p>Additionally, developers can request filtering on Google Play, such that 123 NFC. To request filtering, add
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 17 <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
|
D | screens-distribution.jd | 40 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/ |
D | Layer.h | 292 void setFiltering(bool filtering);
|
D | Layer.cpp | 700 void Layer::setFiltering(bool filtering) { in setFiltering() argument 701 mFiltering = filtering; in setFiltering()
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 11 <p>For complete information about logcat options and filtering specifications, see
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3839 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/ |
D | drive.jd | 74 together multiple parameters and filtering based on metadata. This
|
/frameworks/base/docs/html/guide/topics/connectivity/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> 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/ |
D | opengl.jd | 250 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
|