/frameworks/base/core/java/com/android/internal/widget/ |
D | ScrollBarUtils.java | 21 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength() argument 24 int length = Math.round((float) size * extent / range); in getThumbLength() 31 public static int getThumbOffset(int size, int thumbLength, int extent, int range, int offset) { in getThumbOffset() argument 33 int thumbOffset = Math.round((float) (size - thumbLength) * offset / (range - extent)); in getThumbOffset()
|
/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 102 public void setParameters(int range, int offset, int extent, boolean vertical) { in setParameters() argument 109 if (mRange != range || mOffset != offset || mExtent != extent) { in setParameters() 112 mExtent = extent; in setParameters() 121 final int extent = mExtent; in draw() local 126 if (extent <= 0 || range <= extent) { in draw() 144 ScrollBarUtils.getThumbLength(scrollBarLength, thickness, extent, range); in draw() 146 ScrollBarUtils.getThumbOffset(scrollBarLength, thumbLength, extent, range, in draw()
|
D | GridView.java | 2288 int extent = rowCount * 100; in computeVerticalScrollExtent() local 2294 extent += (top * 100) / height; in computeVerticalScrollExtent() 2301 extent -= ((bottom - getHeight()) * 100) / height; in computeVerticalScrollExtent() 2304 return extent; in computeVerticalScrollExtent()
|
D | AbsListView.java | 2018 int extent = count * 100; in computeVerticalScrollExtent() local 2024 extent += (top * 100) / height; in computeVerticalScrollExtent() 2031 extent -= ((bottom - getHeight()) * 100) / height; in computeVerticalScrollExtent() 2034 return extent; in computeVerticalScrollExtent()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 640 .extent = {0, 0, 1}, in CreateSwapchainKHR() 668 image_create.extent = in CreateSwapchainKHR()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 1225 @Extent int extent) { in getScaleForExtent() argument 1226 if (extent == WIDTH) { in getScaleForExtent() 1229 } else if (extent == HEIGHT) { in getScaleForExtent()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 5245 final int extent = computeVerticalScrollExtent(); in isOnVerticalScrollbarThumb() local 5247 extent, range); in isOnVerticalScrollbarThumb() 5249 extent, range, offset); in isOnVerticalScrollbarThumb() 5270 final int extent = computeHorizontalScrollExtent(); in isOnHorizontalScrollbarThumb() local 5272 extent, range); in isOnHorizontalScrollbarThumb() 5274 extent, range, offset); in isOnHorizontalScrollbarThumb() 11071 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging() local 11074 bounds.height(), bounds.width(), extent, range); in handleScrollBarDragging() 11076 bounds.height(), thumbLength, extent, range, offset); in handleScrollBarDragging() 11084 && height > 0 && extent > 0) { in handleScrollBarDragging() [all …]
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 843 VkDeviceSize(create_info->extent.width * create_info->extent.height) * in DEFINE_OBJECT_HANDLE_CONVERSION()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1534 VkExtent3D extent; member 1615 VkExtent3D extent; member 1759 VkExtent2D extent; member 2114 VkExtent3D extent; member 2166 VkExtent3D extent; member
|
/frameworks/base/docs/html/wear/preview/ |
D | license.jd | 42 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 122 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Googl…
|
D | downloads.jd | 49 … purpose not expressly permitted by the License Agreement. Except to the extent required by applic… 129 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/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 84 .extent = the 2D dimensions requested for the gralloc buffer
|
/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/distribute/tools/ |
D | localization-checklist.jd | 157 display and editing, to the extent possible. 879 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/native/vulkan/api/ |
D | vulkan.api | 1395 VkExtent2D extent 1682 VkExtent3D extent 1730 VkExtent3D extent 1781 …VkExtent3D extent /// Specified in pixels for both… 1805 VkExtent3D extent
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 830 extent possible, whether at the time of the initial grant or 1055 the terms of this License to the maximum extent possible; and (b) 1059 extent prohibited by statute or regulation, such description must be 1192 unenforceable, such provision shall be reformed only to the extent 1194 California law provisions (except to the extent applicable law, if
|
/frameworks/base/docs/html/training/articles/ |
D | security-key-attestation.jd | 315 This data structure indicates the extent to which a software feature, such as
|
D | memory.jd | 331 requesting it to whatever extent possible. Using the extra memory will increasingly be to the
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 269 <p>Because you will be customizing the LVL sources to some extent, you should
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 1083 is...Supported()} or {@code getMax...()} method to determine if (and to what extent) a feature is
|