Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/include/cpustats/
DCentralTendencyStatistics.h43 double maximum() const { return mMaximum; } in maximum() function
/frameworks/base/docs/html/guide/topics/manifest/
Duses-sdk-element.jd88 <dd>An integer designating the maximum API Level on which the application is
111 own API Level (6) is now higher than the maximum supported by the application
Dsupports-screens-element.jd181 user-optional feature by specifying the maximum "smallest screen width" for which your application
198 the maximum "smallest screen width" for which your application is designed. If the smallest side of
/frameworks/base/docs/html/guide/developing/tools/
Dlogcat.jd82 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
/frameworks/base/docs/html/guide/publishing/
Dversioning.jd148 <li><code>android:maxSdkVersion</code> &mdash; The maximum version
164 maximum API Level. </p>
Dlicensing.jd966 application's license validity period, retry grace period, and maximum allowable
2223 period, retry grace period, maximum allowable retry count, and other settings.
2323 <h4>Retry period and maximum retry count</h4>
2344 error conditions by setting a retry "grace period" and a recommended maximum
2355 either the retry grace period is still active or the maximum retries count has
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd117 <b>maximum-scale</b> = <em>float_value</em> ,
242 <dt>{@code maximum-scale}</dt>
243 <dd>The maximum scale to allow for the page. The value is a float that indicates the
244 maximum multiplier for your web page size,
251 this to {@code no}, then the {@code minimum-scale} and {@code maximum-scale} are ignored,
/frameworks/base/services/java/com/android/server/
DDropBoxManagerService.java703 int maximum = quotaKb * 1024 / mBlockSize; in trimToFit() local
704 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100)); in trimToFit()
/frameworks/base/docs/html/guide/appendix/
Dapi-levels.jd165 <li>It lets the Android platform describe the maximum framework API revision
177 <code>&lt;uses-sdk&gt;</code> &mdash; to describe the minimum and maximum API
189 <li><code>android:maxSdkVersion</code> &mdash; Specifies the maximum API Level
215 has no maximum API Level. Please read the <a
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd92 <li><var>AT_MOST</var>: This is used by the parent to impose a maximum size on the
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd246 <li>Set the maximum amount of inactive time that can elapse before the device
601 <h5>Set maximum failed password attempts</h5>
602 <p>You can set the maximum number of allowed failed password attempts before the
690 <p>You can set the maximum period of user inactivity that can occur before the
/frameworks/base/services/input/
DEventHub.cpp254 if (info.minimum != info.maximum) { in getAbsoluteAxisInfo()
257 outAxisInfo->maxValue = info.maximum; in getAbsoluteAxisInfo()
/frameworks/base/docs/html/sdk/
Dandroid-3.2.jd185 <li>New manifest attributes, for specifying the app's maximum
304 attribute lets you specify the maximum smallestWidth on which the application
311 attribute lets you specify the maximum smallestWidth on which the application
Dandroid-1.6.jd354 … <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is
Dterms.jd173 …12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Goog…
Dandroid-2.3-highlights.jd127 the system helps ensure best possible performance and maximum battery life.</p>
Dandroid-3.0-highlights.jd212 …3D scenes as well as a special, platform-independent shader language for maximum performance. Usin…
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd36 assigned a maximum numerical value. Creates a {@link
669 changes (the size is the maximum of all of the states); "false" if the size varies based on
677 state that is selected; "false" if the padding should stay the same (based on the maximum
771 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
831 <dd><em>Integer</em>. The maximum level allowed for this item.</dd>
/frameworks/base/docs/html/guide/market/publishing/
Dmultiple-apks.jd278 maximum version, because if the <a
489 maximum screen size (1 - 4 indicating each of the four sizes) or to denote the texture formats
564 <p>For maximum performance and compatibility, your application should use ETC1 textures wherever it
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-log.jd110 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
Ddebugging-tracing.jd261 reaches the maximum buffer size before stopMethodTracing() is called, the system stops tracing
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd235 <p>This indicates that the maximum "smallest screen width" for which your application is designed
/frameworks/base/libs/rs/scriptc/
Drs_cl.rsh715 * Return the maximum of two values.
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd286 <dd><em>Integer</em>. Forces the maximum number of results to return,
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp1871 double maximum = stats.maximum(); in threadLoop() local
1878 maximum * .001, in threadLoop()
1882 maximum / perLoop100); in threadLoop()

12