Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/docs/html/guide/developing/tools/
Dmonkey.jd106 <td>Adjust percentage of touch events.
112 <td>Adjust percentage of motion events.
119 <td>Adjust percentage of trackball events.
125 <td>Adjust percentage of "basic" navigation events.
131 <td>Adjust percentage of "major" navigation events.
138 <td>Adjust percentage of "system" key events.
145 <td>Adjust percentage of activity launches. At random intervals, the Monkey will issue a startActi…
151 <td>Adjust percentage of other types of events. This is a catch-all for all other types of events …
Ddmtracedump.jd63 percentage of parent inclusive time). If this option is not used, the default threshold is
DMonkeyImage.jd125 the comparison. The <code>percent</code> argument specifies the percentage
358 the comparison. The <code>percent</code> argument specifies the percentage
377 the percentage of pixels that need to be the same for the method to return
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd474 the following three formats: values from -100 to 100 ending with "%", indicating a percentage
475 relative to itself; values from -100 to 100 ending in "%p", indicating a percentage relative to its
481 <dd><em>Float or percentage</em>. Starting X offset. Expressed either: in pixels relative
482 to the normal position (such as {@code "5"}), in percentage relative to the element width (such as
483 {@code "5%"}), or in percentage relative to the parent width (such as {@code "5%p"}).</dd>
485 <dd><em>Float or percentage</em>. Ending X offset. Expressed either: in pixels relative
486 to the normal position (such as {@code "5"}), in percentage relative to the element width (such as
487 {@code "5%"}), or in percentage relative to the parent width (such as {@code "5%p"}).</dd>
489 <dd><em>Float or percentage</em>. Starting Y offset. Expressed either: in pixels relative
490 to the normal position (such as {@code "5"}), in percentage relative to the element height (such as
[all …]
Ddrawable-resource.jd1318 android:scaleHeight="<i>percentage</i>"
1319 android:scaleWidth="<i>percentage</i>" /&gt;
1379 <dd><em>Percentage</em>. The scale height, expressed as a percentage of the drawable's
1382 <dd><em>Percentage</em>. The scale width, expressed as a percentage of the drawable's
/frameworks/base/core/java/android/net/
DConnectivityManager.java766 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition() argument
768 mService.reportInetCondition(networkType, percentage); in reportInetCondition()
DIConnectivityManager.aidl104 void reportInetCondition(int networkType, int percentage); in reportInetCondition() argument
/frameworks/base/media/libstagefright/
DAwesomePlayer.cpp688 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
689 if (percentage > 100) { in onBufferingUpdate()
690 percentage = 100; in onBufferingUpdate()
693 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage); in onBufferingUpdate()
739 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
740 if (percentage > 100) { in onBufferingUpdate()
741 percentage = 100; in onBufferingUpdate()
744 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage); in onBufferingUpdate()
/frameworks/media/libvideoeditor/lvpp/
DPreviewPlayerBase.cpp602 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
603 if (percentage > 100) { in onBufferingUpdate()
604 percentage = 100; in onBufferingUpdate()
607 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage); in onBufferingUpdate()
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2482 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition() argument
2483 if (VDBG) log("reportNetworkCondition(" + networkType + ", " + percentage + ")"); in reportInetCondition()
2492 (percentage > 50 ? "connected" : "disconnected") + " (" + percentage + ") on " + in reportInetCondition()
2500 EVENT_INET_CONDITION_CHANGE, networkType, percentage)); in reportInetCondition()
/frameworks/base/docs/html/resources/dashboard/
Dplatform-versions.jd98 then it is currently compatible with the percentage of devices indicated on the y-axis, where the
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-tracing.jd81 in a method. The table shows both the inclusive and exclusive times (as well as the percentage of
379 percentage of parent inclusive time). If this option is not used, the default threshold
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd386 …the total percentage completed so far or {@link android.app.ProgressDialog#incrementProgressBy(int…
387 with an incremental value to add to the total percentage completed so far.</li>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt1446 /sdcard/android/layout_tests/fast/replaced/absolute-position-percentage-height.html
1462 /sdcard/android/layout_tests/fast/replaced/absolute-position-percentage-width.html
2076 /sdcard/android/layout_tests/fast/inline/percentage-margins.html
2294 /sdcard/android/layout_tests/fast/forms/range-thumb-height-percentage.html
2677 /sdcard/android/layout_tests/fast/css/percentage-non-integer.html
2681 /sdcard/android/layout_tests/fast/box-sizing/percentage-height.html
2771 /sdcard/android/layout_tests/fast/block/positioning/complex-percentage-height.html
3213 /sdcard/android/layout_tests/fast/frames/calculate-percentage.html
Dlayout_tests_failed.txt438 /sdcard/android/layout_tests/fast/css/invalid-percentage-property.html
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd135 elapsed fraction represents the percentage of time that the animation has completed, 0 meaning 0%
/frameworks/base/docs/html/sdk/
Dandroid-4.0.jd1167 relative ambient (room) humidity as a percentage.</li>