Searched refs:adjacent (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | README.txt | 50 2. Ensure that there is an appropriate gap between adjacent orientation angles 54 observed between all adjacent pairs of orientations when turning the device 64 orientation and the adjacent orientation. 68 (say, 0 degrees) and an adjacent orientation's ideal angle (say, 90 degrees).
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 639 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) { in measureViewToSide() argument 656 if (adjacent == null) { in measureViewToSide() 659 maxWidth = adjacent.getLeft(); in measureViewToSide() 661 maxWidth = containerWidth - adjacent.getRight(); in measureViewToSide() 676 right = (adjacent == null ? container.right : adjacent.getLeft()) - marginRight; in measureViewToSide() 679 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft; in measureViewToSide()
|
/frameworks/base/docs/html/training/animation/ |
D | index.jd | 67 Learn how to animate between horizontally adjacent screens with a sliding transition.
|
D | screen-slide.jd | 210 …for each visible page (generally there's only one visible page) and for adjacent pages just off th… 247 adjacent pages. As a page gets closer to the center, it grows back to
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher.jd | 100 adjacent to the icon.</li> 237 consistent visual weight with adjacent icons. For example, a 96 x 96 pixel <code>xhdpi</code>
|
D | icon_design_status_bar.jd | 179 consistent visual weight with adjacent icons. For example, a 48 x 48 pixel <code>xhdpi</code>
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | start.jd | 67 audiences). You can choose up to two adjacent age groups only if your app
|
D | faq.jd | 117 You can select up to two adjacent age groups only if your app is appropriate for
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 100 …er way is to provide additional information in a separate horizontal pane adjacent to the list.</p> 158 …ng and dragging the screen horizontally in the direction of the desired adjacent page. This gestur…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | multi-window.jd | 395 activity should be displayed adjacent to the current one, if possible. To do 405 makes the activities adjacent if possible.
|
D | custom-components.jd | 357 combination of a single line EditText field and an adjacent button with an attached
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 270 adjacent images always seam.</td></tr>
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2290 … /// Granularity (in bytes) at which buffers and images can be bound to adjacent memory for simult…
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 338 read data from a location in main memory, you will also be reading some adjacent
|