Searched refs:sibling (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | StackBox.java | 255 StackBox sibling = isFirstChild() ? mParent.mSecond : mParent.mFirst; in remove() local 257 sibling.mParent = grandparent; in remove() 262 mDisplayContent.addStackBox(sibling, true); in remove() 266 grandparent.mFirst = sibling; in remove() 268 grandparent.mSecond = sibling; in remove() 271 return sibling.getStackId(); in remove()
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 37 …into a child screen, and <em>lateral navigation</em>, allowing users to access sibling screens.</p> 46 <p>There are two types of sibling screens: collection-related and section-related screens. <em>Coll… 89 …a list of 10 or more news topics), rather than a small set of unrelated, sibling child screens.</p> 111 …popular solution for lateral navigation. This pattern allows grouping of sibling screens, in that … 149 …erred to as swipe views. This pattern applies best to collection-related sibling screens, such as … 158 …sibling screens by touching and dragging the screen horizontally in the direction of the desired a… 169 <p>Additionally, for sibling-related screens, horizontal paging is most appropriate where there is …
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 39 <p>Swipe views provide lateral navigation between sibling screens such as tabs with 83 <dd>This is best when navigating between sibling screens representing a fixed, small 171 for navigating between and identifying sibling screens in your app.</p>
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 21 positions. The position of each view can be specified as relative to sibling elements (such as to
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 64 affects the user experience (such as the size or position of important views relative to sibling
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiObject.jd | 401 … <div class="jd-descrdiv">Creates a new UiObject for a sibling view or a child of the sibling view, 2146 …"jd-tagdata jd-tagdescr"><p>Creates a new UiObject for a sibling view or a child of the sibling vi… 2153 <td>for a sibling view or children of the sibling view</td>
|
D | UiScrollable.jd | 1103 … <div class="jd-descrdiv">Creates a new UiObject for a sibling view or a child of the sibling view,
|
D | UiSelector.jd | 1615 sibling widgets as well all child widgets under a parent.</p></div>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | declaring-layout.jd | 181 In a relative layout, sibling views can define their layout relative to another sibling view,
|
/frameworks/base/docs/html/design/patterns/ |
D | navigation.jd | 67 <h4>Navigating between sibling screens</h4>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 296 relative to the amount consumed by sibling views. This works kind of like the
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 514 <dd>This lets you select one or more sibling elements and wrap them in a new container. This
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 1284 // The empty view is displayed when the collection has no items. It should be a sibling
|