/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 99 public void setParameters(int range, int offset, int extent, boolean vertical) { in setParameters() argument 106 if (mRange != range || mOffset != offset || mExtent != extent) { in setParameters() 109 mExtent = extent; in setParameters() 118 final int extent = mExtent; in draw() local 123 if (extent <= 0 || range <= extent) { in draw() 143 int length = Math.round((float) size * extent / range); in draw() 149 int offset = Math.round((float) (size - length) * mOffset / (range - extent)); in draw()
|
D | GridView.java | 2293 int extent = rowCount * 100; in computeVerticalScrollExtent() local 2299 extent += (top * 100) / height; in computeVerticalScrollExtent() 2306 extent -= ((bottom - getHeight()) * 100) / height; in computeVerticalScrollExtent() 2309 return extent; in computeVerticalScrollExtent()
|
D | AbsListView.java | 2004 int extent = count * 100; in computeVerticalScrollExtent() local 2010 extent += (top * 100) / height; in computeVerticalScrollExtent() 2017 extent -= ((bottom - getHeight()) * 100) / height; in computeVerticalScrollExtent() 2020 return extent; in computeVerticalScrollExtent()
|
/frameworks/base/docs/html/sdk/ |
D | terms.jd | 36 …urpose not expressly permitted by this License Agreement. Except to the extent required by applic… 116 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | win-usb.jd | 44 …urpose not expressly permitted by this License Agreement. Except to the extent required by applic… 124 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | index.jd | 134 …purpose not expressly permitted by this License Agreement. Except to the extent required by applic… 214 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
/frameworks/base/docs/html/preview/ |
D | license.jd | 38 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 120 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | download.jd | 42 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 124 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | download_mp2.jd | 42 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 124 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | download_mp1.jd | 42 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 124 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | auto.jd | 87 usability guidelines and plan on supporting them to the greatest extent
|
D | wear.jd | 98 greatest extent possible. You can design a great notification experience for users with the APIs
|
D | tv.jd | 92 usability guidelines and plan on supporting them to the greatest extent
|
/frameworks/base/docs/html/google/play/ |
D | developer-api.jd | 201 <li><em>Cache purchase details on your servers</em> — To the extent possible,
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | start.jd | 110 Guidelines</a> and plan on supporting them to the greatest extent possible.
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 58 The thin lines underneath the first row show the extent (entry to exit) of all the calls to the
|
/frameworks/base/docs/html/ndk/downloads/ |
D | index.jd | 90 Except to the extent required by applicable third party licenses, you may not: (a) copy (except for 252 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 157 display and editing, to the extent possible. 885 users in a variety of languages and time zones. The extent of your
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 44 should address each guideline’s recommendations to the extent that they’re 46 product to your customers — follow them to the greatest extent
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 283 <p>Because you will be customizing the LVL sources to some extent, you should
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 331 requesting it to whatever extent possible. Using the extra memory will increasingly be to the
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 1263 is...Supported()} or {@code getMax...()} method to determine if (and to what extent) a feature is
|