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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/raw/
install_app1_cert3 
install_app2_cert1 
install_app2_cert2 
install_app2_cert3 
  /frameworks/base/core/tests/coretests/src/android/view/
InflateTest.java 44 // do an initial instantiation of the layout and then clear
45 // out the layout cache.
64 // Make sure this layout is in the cache.
72 inflateTest(R.layout.layout_one);
77 inflateTest(R.layout.layout_two);
82 inflateTest(R.layout.layout_three);
87 inflateTest(R.layout.layout_four);
92 inflateTest(R.layout.layout_five);
97 inflateTest(R.layout.layout_six);
102 inflateCachedTest(R.layout.layout_one)
    [all...]
  /development/samples/ApiDemos/res/layout-sw480dp/
resources_smallest_width_inner.xml 25 <include layout="@layout/resources_smallest_width_row" />
30 <include layout="@layout/resources_smallest_width_row" />
35 <include layout="@layout/resources_smallest_width_row" />
40 <include layout="@layout/resources_smallest_width_row" />
  /external/icu4c/samples/layout/
RenderingSurface.h 17 #include "layout/LETypes.h"
18 #include "layout/LEFontInstance.h"
  /packages/apps/Contacts/res/layout/
phonetic_name_editor_view.xml 26 layout="@layout/edit_spinner"
39 layout="@layout/edit_field_list" />
43 layout="@layout/edit_expansion_view"
48 layout="@layout/edit_delete_button"
structured_name_editor_view.xml 26 layout="@layout/edit_spinner"
37 layout="@layout/edit_field_list_with_anchor_view" />
41 layout="@layout/edit_expansion_view"
46 layout="@layout/edit_delete_button"
text_fields_editor_view.xml 33 layout="@layout/edit_field_list_with_anchor_view" />
37 layout="@layout/edit_expansion_view"
42 layout="@layout/edit_spinner"
47 layout="@layout/edit_delete_button"
  /packages/apps/Contacts/res/layout-sw580dp/
text_fields_editor_view.xml 34 layout="@layout/edit_field_list" />
38 layout="@layout/edit_expansion_view"
43 layout="@layout/edit_spinner"
48 layout="@layout/edit_delete_button"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
quickfix1.xml 13 <include layout="@layout/testlayout" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ScrollView2.java 28 * Demonstrates wrapping a layout in a ScrollView.
35 setContentView(R.layout.scroll_view_2);
37 LinearLayout layout = (LinearLayout) findViewById(R.id.layout); local
45 layout.addView(textView, p);
49 layout.addView(buttonView, p);
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.cc 19 #include "views/layout/grid_layout.h"
20 #include "views/layout/layout_constants.h"
120 // Define controls layout.
121 GridLayout* layout = GridLayout::CreatePanel(this); local
122 SetLayoutManager(layout);
124 views::ColumnSet* column_set = layout->AddColumnSet(0);
127 column_set = layout->AddColumnSet(1);
133 layout->StartRow(0, 0);
134 layout->AddView(title_label_);
135 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing)
    [all...]
  /frameworks/base/core/java/android/text/style/
AlignmentSpan.java 20 import android.text.Layout;
25 public Layout.Alignment getAlignment();
29 public Standard(Layout.Alignment align) {
34 mAlignment = Layout.Alignment.valueOf(src.readString());
49 public Layout.Alignment getAlignment() {
53 private final Layout.Alignment mAlignment;
  /packages/apps/Camera/res/layout/
camera_control.xml 23 <include layout="@layout/review_thumbnail" />
24 <include layout="@layout/review_control" />
34 <include layout="@layout/mode_picker" />
video_camera.xml 26 <include layout="@layout/preview_frame_video"/>
27 <include layout="@layout/camera_control"/>
29 <include layout="@layout/bg_replacement_training_message"/>
  /packages/apps/Camera/res/layout-sw600dp/
video_camera.xml 26 <include layout="@layout/preview_frame_video"/>
27 <include layout="@layout/camera_control"/>
29 <include layout="@layout/bg_replacement_training_message"/>
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILLayoutElement.java 22 * Declares layout type for the document. See the LAYOUT element definition .
27 * The mime type of the layout langage used in this layout element.The
28 * default value of the type attribute is "text/smil-basic-layout".
39 * Returns the root layout element of this document.
  /packages/apps/Music/res/layout/
media_picker_activity.xml 23 <include layout="@layout/sd_error" />
25 <include layout="@layout/buttonbar" />
36 <include layout="@layout/nowplaying" />
media_picker_activity_expanding.xml 23 <include layout="@layout/sd_error" />
25 <include layout="@layout/buttonbar" />
38 <include layout="@layout/nowplaying" />
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDialog.java 22 import org.eclipse.swt.layout.GridData;
23 import org.eclipse.swt.layout.GridLayout;
36 * cancel things all handled for you using a predefined layout. If you want a different set
37 * of buttons or a different layout, consider {@link SwtBaseDialog} instead.
67 GridLayout layout = new GridLayout(mNumColumns, mMakeColumnsEqualWidth); local
68 layout.marginHeight = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN);
69 layout.marginWidth = convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_MARGIN);
70 layout.verticalSpacing = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_SPACING);
71 layout.horizontalSpacing = convertHorizontalDLUsToPixels(
73 top.setLayout(layout);
    [all...]
  /external/qemu/android/skin/
file.c 414 /** SKIN LAYOUT
418 skin_layout_free( SkinLayout* layout )
420 if (layout) {
421 SKIN_LAYOUT_LOOP_LOCS(layout,loc)
424 layout->locations = NULL;
425 AFREE(layout);
430 skin_layout_get_display( SkinLayout* layout )
432 SKIN_LAYOUT_LOOP_LOCS(layout,loc)
442 skin_layout_get_dpad_rotation( SkinLayout* layout )
444 if (layout->has_dpad_rotation
502 SkinLayout* layout; local
566 SkinLayout* layout; local
668 SkinLayout* layout = skin_layout_create_from_v2( node, file->parts ); local
    [all...]
  /external/icu4c/layout/
layout.vcproj 5 Name="layout"
60 PrecompiledHeaderFile=".\x86\Debug/layout.pch"
156 PrecompiledHeaderFile=".\x86\Release/layout.pch"
250 PrecompiledHeaderFile=".\x64\Debug/layout.pch"
348 PrecompiledHeaderFile=".\x64\Release/layout.pch"
869 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
870 Outputs="..\..\include\layout\$(InputFileName)"
878 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
879 Outputs="..\..\include\layout\$(InputFileName)"
887 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 26 int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
30 int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
34 int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
71 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
73 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
75 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
77 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);

Completed in 2193 milliseconds

1 2 34 5 6 7 8 91011>>