/frameworks/rs/java/tests/LivePreview/res/layout/ |
cf_main.xml | 19 android:orientation="vertical" 30 android:orientation="vertical" 51 android:orientation="vertical" 73 android:orientation="vertical"
|
/packages/apps/Browser/res/layout/ |
bookmark_sync_wizard.xml | 24 android:orientation="vertical" 40 android:scrollbars="vertical" 49 android:orientation="vertical" 65 android:scrollbars="vertical"
|
/packages/apps/Contacts/res/layout/ |
raw_contact_editor_view.xml | 21 android:orientation="vertical" 31 android:orientation="vertical"> 43 android:orientation="vertical"> 67 android:orientation="vertical"
|
/packages/apps/Settings/res/layout/ |
process_stats_details.xml | 30 android:orientation="vertical"> 40 android:orientation="vertical"> 54 android:orientation="vertical"> 69 android:orientation="vertical">
|
/packages/apps/SpeechRecorder/res/layout/ |
recorder.xml | 24 android:orientation="vertical"> 28 android:orientation="vertical"> 58 android:orientation="vertical" android:layout_weight="30"> 71 android:orientation="vertical" android:layout_weight="30">
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
DependencyGraph.java | 151 * vertical direction 155 * @param vertical if true, look for vertical edge dependencies, otherwise look for 160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) { 169 findBackwards(view, visiting, reachable, vertical, view); 184 boolean vertical, ViewData start) { 189 if (vertical && !constraint.type.verticalEdge) { 191 } else if (!vertical && !constraint.type.horizontalEdge) { 199 List<Constraint> path = getPathTo(start.node, view.node, vertical); 206 findBackwards(from, visiting, reachable, vertical, start) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
metadata.xml | 4 android:orientation="vertical" android:layout_width="match_parent"
|
sample3-expected-extract2.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/newlinear" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
|
sample3-expected-extract5.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/newlinear" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
|
sample3-variation2-expected-extract5.xml | 2 <LinearLayout xmlns:customprefix="http://schemas.android.com/apk/res/android" customprefix:id="@+id/newlinear" customprefix:orientation="vertical" customprefix:layout_width="match_parent" customprefix:layout_height="match_parent">
|
unwrap-expected-unwrap1.xml | 6 android:orientation="vertical" >
|
unwrap-expected-unwrap2.xml | 6 android:orientation="vertical" >
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/ |
compound3.xml | 5 android:orientation="vertical" >
|
compound4.xml | 5 android:orientation="vertical" >
|
compound5.xml | 6 android:orientation="vertical" >
|
compound6-expected-8.xml | 5 android:orientation="vertical" >
|
compound6.xml | 5 android:orientation="vertical" >
|
compound7-expected-9.xml | 5 android:orientation="vertical" >
|
/sdk/testapps/libsTest/app/res/layout/ |
main.xml | 6 android:orientation="vertical" >
|
/sdk/testapps/libsTest/lib1/res/layout/ |
lib1_main.xml | 5 android:orientation="vertical" >
|
/sdk/testapps/libsTest/lib2/res/layout/ |
lib2_main.xml | 5 android:orientation="vertical" >
|
/sdk/testapps/testProjectTest/lib/res/layout/ |
main.xml | 6 android:orientation="vertical" >
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 38 * This layout supports two different orientations: vertical and horizontal. When horizontal, 43 * When vertical, the layout is the following: 55 * orientation: horizontal or vertical 63 public static final int VERTICAL = 1; 74 private int mOrientation = VERTICAL; 97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL); 122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL. 138 if (mOrientation == VERTICAL) { 148 if (mOrientation == VERTICAL) { 187 if (mOrientation == VERTICAL) { [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit (…)
|
/cts/tests/res/layout/ |
checkedtextview_layout.xml | 22 android:orientation="vertical" 28 android:orientation="vertical"
|