/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
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/Email/res/layout/ |
message_compose.xml | 34 <include layout="@layout/compose_from"/> 36 <include layout="@layout/recipients_area"/> 38 <include layout="@layout/compose_subject"/> 56 <include layout="@layout/message_compose_body"/>
|
/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"/>
|
sample3-variation2-expected-extract4.xml | 3 <include layout="@layout/newlayout3" customprefix:id="@+id/android_logo_ref" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content" customprefix:layout_weight="1.0"/>
|
sample7-expected-extract6.diff | 10 > <include layout="@layout/newlayout6" android:id="@+id/linearLayout4_ref" android:layout_width="match_parent" android:layout_height="wrap_content"/>
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 39 STATISTIC(RelaxationSteps, "Number of assembler layout and relaxation steps"); 54 // Compute the section layout order. Virtual sections must go last. 91 // Advance the layout position until the fragment is up-to-date. 240 bool MCAssembler::EvaluateFixup(const MCAsmLayout &Layout, 245 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout)) 280 Value += Layout.getSymbolOffset(&getSymbolData(Sym)); 287 Value -= Layout.getSymbolOffset(&getSymbolData(Sym)); 297 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset(); 315 uint64_t MCAssembler::ComputeFragmentSize(const MCAsmLayout &Layout, 330 unsigned Offset = Layout.getFragmentOffset(&AF) [all...] |
/external/icu4c/samples/layout/ |
layout.vcproj | 5 Name="layout" 44 TypeLibraryName=".\x86\Release/layout.tlb" 49 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common" 56 PrecompiledHeaderFile=".\x86\Release/layout.pch" 78 OutputFile=".\x86\Release/layout.exe" 81 ProgramDatabaseFile=".\x86\Release/layout.pdb" 133 TypeLibraryName=".\x64\Release/layout.tlb" 138 AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common" 145 PrecompiledHeaderFile=".\x64\Release/layout.pch" 167 OutputFile=".\x64\Release/layout.exe [all...] |
/frameworks/base/core/java/android/app/ |
ListActivity.java | 32 * holding query results. Binding, screen layout, and row layout are discussed 35 * <strong>Screen Layout</strong> 38 * ListActivity has a default layout that consists of a single, full-screen list 40 * screen layout by setting your own view layout with setContentView() in 49 * The following code demonstrates an (ugly) custom screen layout. It has a list 78 * <strong>Row Layout</strong> 81 * You can specify the layout of individual rows in the list. You do this by 82 * specifying a layout resource in the ListAdapter object hosted by the activit [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
HelloWorld.java | 43 * <td >/res/any/layout/hello_world.xml</td> 61 // See assets/res/any/layout/hello_world.xml for this 62 // view layout definition, which is being set here as 64 setContentView(R.layout.hello_world);
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayoutTest.java | 13 setContentView(R.layout.main);
|
/device/google/accessory/demokit/app/res/layout/ |
main.xml | 23 <include layout="@layout/inputcontainer" android:id="@+id/inputContainer" 25 <include layout="@layout/outputcontainer" android:id="@+id/outputContainer"
|
/external/chromium/chrome/browser/chromeos/login/ |
take_photo_view.cc | 21 #include "views/layout/grid_layout.h" 32 // IDs of column sets for grid layout manager. 109 Layout(); 113 virtual void Layout() { 188 views::GridLayout* layout = new views::GridLayout(this); local 189 layout->SetInsets(GetInsets()); 190 SetLayoutManager(layout); 194 views::ColumnSet* column_set = layout->AddColumnSet(kTitleRow); 202 views::ColumnSet* column_set = layout->AddColumnSet(kImageRow); 208 // Fill the layout with rows and views now [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_hangul_options.html | 9 <select id="keyboard-layout-select" class="control"
|