Home
last modified time | relevance | path

Searched refs:box (Results 1 – 4 of 4) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java74 GradientWidget box = new GradientWidget(this, node); in createBox() local
75 box.setLayout(LayoutFactory.createVerticalFlowLayout()); in createBox()
76 box.setBorder(BorderFactory.createLineBorder(2, Color.BLACK)); in createBox()
77 box.setOpaque(true); in createBox()
85 box.addChild(label); in createBox()
93 box.addressWidget = label; in createBox()
95 box.addChild(label); in createBox()
103 box.addChild(label); in createBox()
105 return box; in createBox()
/sdk/templates/docs/
Ddefault.css70 box-sizing: border-box;
231 box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
/sdk/docs/
Dhowto_SDK_git_cygwin.txt69 Out of the box, "repo" and "git" will work just fine under Cygwin:
Dhowto_build_SDK.txt120 To build the Android SDK for Windows, you need to use a *Linux* box.