/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample3-expected-extract5.xml | 3 <include layout="@layout/newlayout3" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
|
sample3-variation2-expected-extract5.xml | 3 <include layout="@layout/newlayout3" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"/>
|
sample8-expected-extract6.diff | 15 > <include layout="@layout/newlayout6" android:id="@+id/linearLayout4_ref" android:layout_width="match_parent" android:layout_height="wrap_content"/>
|
/sdk/layoutlib_api/sample/ |
README.txt | 1 Sample code to use the layout rendering library. 4 a layout.
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/layout/ |
layout1.xml | 10 layout="@layout/layout2" />
|
/sdk/rule_api/ |
README.txt | 2 support for their custom views in Android layout editors. 8 specific dependencies on any tools. IDE vendors building layout
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 22 #include "views/layout/grid_layout.h" 23 #include "views/layout/layout_constants.h" 151 GridLayout* layout = GridLayout::CreatePanel(this); local 152 SetLayoutManager(layout); 154 // Define the structure of the layout. 157 views::ColumnSet* column_set = layout->AddColumnSet(0); 167 column_set = layout->AddColumnSet(1); 178 column_set = layout->AddColumnSet(2); 183 layout->StartRow(0, 1); 184 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL)) [all...] |
uninstall_view.cc | 19 #include "views/layout/grid_layout.h" 20 #include "views/layout/layout_constants.h" 41 GridLayout* layout = GridLayout::CreatePanel(this); 42 SetLayoutManager(layout); 46 ColumnSet* column_set = layout->AddColumnSet(column_set_id); 49 layout->StartRow(0, column_set_id); 53 layout->AddView(confirm_label_); 55 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing); 59 column_set = layout->AddColumnSet(column_set_id); 63 layout->StartRow(0, column_set_id) [all...] |
collected_cookies_win.cc | 25 #include "views/layout/box_layout.h" 26 #include "views/layout/grid_layout.h" 27 #include "views/layout/layout_constants.h" 108 content_->Layout(); 113 // Initialize contents and layout. 137 virtual void Layout() { 193 GridLayout* layout = GridLayout::CreatePanel(this); 194 SetLayoutManager(layout); 197 views::ColumnSet* column_set = layout->AddColumnSet(single_column_layout_id); 202 views::ColumnSet* column_set_with_padding = layout->AddColumnSet 261 GridLayout* layout = GridLayout::CreatePanel(pane); local 320 GridLayout* layout = GridLayout::CreatePanel(pane); local [all...] |
/frameworks/base/core/java/android/view/ |
ViewStub.java | 30 * layout resources at runtime. 32 * When a ViewStub is made visible, or when {@link #inflate()} is invoked, the layout resource 37 * The inflated View is added to the ViewStub's parent with the ViewStub's layout 44 * android:layout="@layout/mySubTree" 50 * the layout resource "mySubTree," the ViewStub is removed from its parent. The 51 * View created by inflating the layout resource "mySubTree" can be found using the 55 * The preferred way to perform the inflation of the layout resource is the following: 82 * Creates a new ViewStub with the specified layout resource. 85 * @param layoutResource The reference to a layout resource that will be inflated [all...] |
/frameworks/base/docs/html/training/multiscreen/ |
screensizes.jd | 22 <li><a href="#TaskUseAliasFilters">Use Layout Aliases</a></li> 46 <li>Ensuring your layout can be adequately resized to fit the screen</li> 47 <li>Providing appropriate UI layout according to screen configuration</li> 48 <li>Ensuring the correct layout is applied to the correct screen</li> 55 <p>To ensure that your layout is flexible and adapts to different screen sizes, 67 {@sample development/samples/training/multiscreen/newsreader/res/layout/onepane_with_bar.xml all} 70 for component sizes rather than specific dimensions. This allows the layout 73 <p>For example, this is what this layout looks like in portrait and landscape 77 <img src="{@docRoot}images/training/layout-hvga.png" /> 91 you to specify your layout in terms of the spacial relationships betwee [all...] |
/external/llvm/include/llvm/MC/ |
MCAsmLayout.h | 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===// 21 /// Encapsulates the layout of an assembly file at a particular point in time. 24 /// file as part of the relaxation process. This class encapsulates the layout 36 /// List of sections in layout order. 44 /// \brief Make sure that the layout for the given fragment is valid, lazily 53 /// Get the assembler object this is a layout for. 60 /// \brief Perform layout for a single fragment, assuming that the previous 65 /// @name Section Access (in layout order) 76 /// @name Fragment Layout Data 87 /// layout. This may differ from the size reported by \see getSectionSize() b [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ResourceCursorAdapterTest.java | 55 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); 77 adapter = new MockResourceCursorAdapter(mContext, R.layout.cursoradapter_item0, mCursor); 83 R.layout.cursoradapter_item0, mCursor, false); 95 R.layout.cursoradapter_item0, mCursor); 102 mResourceCursorAdapter.setViewResource(R.layout.cursoradapter_item1); 116 R.layout.cursoradapter_item0, mCursor); 120 // the original dropdown'layout is set in constructor 123 // set the dropdown to new layout 124 mResourceCursorAdapter.setDropDownViewResource(R.layout.cursoradapter_item1); 145 R.layout.cursoradapter_item0, mCursor) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ContextPullParser.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout; 19 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_HEIGHT; 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_WIDTH; 21 import static com.android.ide.common.layout.LayoutConstants.VALUE_FILL_PARENT; 22 import static com.android.ide.common.layout.LayoutConstants.VALUE_MATCH_PARENT; 23 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT; 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT; 25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE; 26 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutMetadata.KEY_FRAGMENT_LAYOUT; 31 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutMetadata [all...] |
/external/chromium/chrome/browser/ui/views/importer/ |
import_progress_dialog_view.cc | 17 #include "views/layout/grid_layout.h" 18 #include "views/layout/layout_constants.h" 154 GridLayout* layout = GridLayout::CreatePanel(this); 155 SetLayoutManager(layout); 160 ColumnSet* column_set = layout->AddColumnSet(single_column_view_set_id); 169 column_set = layout->AddColumnSet(double_column_view_set_id); 180 layout->StartRow(0, single_column_view_set_id); 182 layout->AddView(state_bookmarks_.get()); 183 layout->AddView(label_info_); 184 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadataTest.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 18 import static com.android.ide.common.layout.LayoutConstants.ATTR_ID; 19 import static com.android.ide.common.layout.LayoutConstants.ID_PREFIX; 20 import static com.android.ide.common.layout.LayoutConstants.NEW_ID_PREFIX; 22 import com.android.ide.common.layout.BaseLayoutRule; 26 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest; 56 "listitem", "@android:layout/simple_list_item_checked"); 60 " <!-- Preview: listitem=@android:layout/simple_list_item_checked -->\n" + 66 "listheader", "@android:layout/browser_link_context_header"); 71 " listheader=@android:layout/browser_link_context_header\n" [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
layout-resource.jd | 1 page.title=Layout Resource 10 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a></li> 15 <p>A layout resource defines the architecture for the UI in an Activity or a component of a UI.</p> 21 <dd><code>res/layout/<em>filename</em>.xml</code><br/> 29 In Java: <code>R.layout.<em>filename</em></code><br/> 30 In XML: <code>@[<em>package</em>:]layout/<em>filename</em></code> 52 <<a href="#include-element">include</a> layout="@layout/<i>layout_resource</i>"/> 69 specify the layout of the child elements in different ways. Different kinds of 131 href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a> for more information. Fo [all...] |
/external/icu4c/layout/ |
layout.vcxproj | 97 <PrecompiledHeaderOutputFile>.\x86\Debug/layout.pch</PrecompiledHeaderOutputFile>
140 <PrecompiledHeaderOutputFile>.\x86\Release/layout.pch</PrecompiledHeaderOutputFile>
182 <PrecompiledHeaderOutputFile>.\x64\Debug/layout.pch</PrecompiledHeaderOutputFile>
223 <PrecompiledHeaderOutputFile>.\x64\Release/layout.pch</PrecompiledHeaderOutputFile>
361 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
363 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
364 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
366 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
367 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
369 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> [all...] |
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 30 public ViewGroup layout; field in class:FocusFinderStubActivity 43 setContentView(R.layout.focus_finder_layout); 44 layout = (ViewGroup) findViewById(R.id.layout);
|
/development/samples/ApiDemos/res/layout/ |
resources_height.xml | 25 <include layout="@layout/resources_width" /> 30 <include layout="@layout/resources_width" />
|
resources_smallest_width_inner.xml | 25 <include layout="@layout/resources_smallest_width_row" /> 30 <include layout="@layout/resources_smallest_width_row" />
|
/development/tools/templates/ |
java_file.template | 13 setContentView(R.layout.main);
|
/external/icu4c/layoutex/ |
LXUtilities.h | 12 #include "layout/LETypes.h"
|
layoutex.vcxproj.filters | 45 <CustomBuild Include="layout\ParagraphLayout.h">
48 <CustomBuild Include="layout\playout.h">
51 <CustomBuild Include="layout\plruns.h">
54 <CustomBuild Include="layout\RunArrays.h">
|
/external/sonivox/docs/ |
EAS_Library_Integration_Guide.odt | |