HomeSort by relevance Sort by last modified time
    Searched full:layout (Results 276 - 300 of 5312) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravity.java 17 package android.widget.layout.frame;
29 setContentView(R.layout.framelayout_gravity);
FrameLayoutMargin.java 17 package android.widget.layout.frame;
29 setContentView(R.layout.framelayout_margin);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravity.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.baseline_center_gravity);
BaselineButtons.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.baseline_buttons);
HorizontalOrientationVerticalAlignment.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.linear_layout_spinner_then_button);
LinearLayoutEditTexts.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.linear_layout_textviews);
Weight.java 17 package android.widget.layout.linear;
28 setContentView(R.layout.linear_layout_weight);
WeightSum.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.weight_sum);
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 7 interface. It provides a visual representation of the layout's View hierarchy
8 (the Layout View) and a magnified inspector of the display (the Pixel Perfect View).
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
Activity0.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid0);
Activity4.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid4);
Activity5.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid5);
Activity6.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid6);
Activity7.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid7);
  /frameworks/ex/chips/res/layout/
chips_alternate_item.xml 21 <include layout="@layout/chips_recipient_dropdown_item"/>
  /packages/apps/Music/res/layout/
track_list_item.xml 25 <include layout="@layout/track_list_item_common" />
  /packages/apps/Settings/res/layout/
data_usage_item.xml 21 <include layout="@layout/app_percentage_item" />
  /sdk/attribute_stats/
README.txt 4 This program gathers statistics about attribute usage in layout
11 all of them recursively for layout files that are not in folders
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
HorizontalScrollViewRule.java 17 package com.android.ide.common.layout;
19 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI;
20 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_HEIGHT;
21 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_WIDTH;
22 import static com.android.ide.common.layout.LayoutConstants.ATTR_ORIENTATION;
23 import static com.android.ide.common.layout.LayoutConstants.FQCN_LINEAR_LAYOUT;
24 import static com.android.ide.common.layout.LayoutConstants.VALUE_HORIZONTAL;
56 // Insert a horizontal linear layout which is commonly used with horizontal scrollbars
RelativeLayoutRule.java 17 package com.android.ide.common.layout;
19 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI;
20 import static com.android.ide.common.layout.LayoutConstants.ATTR_GRAVITY;
21 import static com.android.ide.common.layout.LayoutConstants.ATTR_ID;
22 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ABOVE;
23 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BASELINE;
24 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
25 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_LEFT;
26 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_BOTTOM;
27 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_LEFT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
26 import org.eclipse.swt.layout.GridData;
27 import org.eclipse.swt.layout.GridLayout;
67 nameLabel.setText("New Layout Name:");
78 "Replace occurrences in all layouts with include to new layout");
99 setErrorMessage("Provide a name for the new layout");
103 ResourceType.LAYOUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample3-expected-extract1.xml 5 <include layout="@layout/newlayout1" android:id="@+id/button2_ref" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
sample3-expected-extract4.xml 4 <include layout="@layout/newlayout3" android:id="@+id/android_logo_ref" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0"/>
sample3-variation1-expected-extract4.xml 6 <include layout="@layout/newlayout3" android:id="@+id/android_logo_ref" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0"/>
sample3-variation1-expected-extract5.xml 5 <include layout="@layout/newlayout3" android:layout_width="wrap_content" android:layout_height="wrap_content"/>

Completed in 827 milliseconds

<<11121314151617181920>>