/sdk/layoutopt/libs/uix/src/resources/rules/ |
TooManyChildren.rule | 3 // Description: Checks whether the layout has too many children. 6 // - The layout is a ScrollView and has more than 1 child 7 // - The layout is a list or grid ans has at least 1 child
|
/external/chromium/chrome/browser/ui/views/ |
indexed_db_info_view.cc | 16 #include "views/layout/grid_layout.h" 17 #include "views/layout/layout_constants.h" 93 GridLayout* layout = new GridLayout(this); 94 layout->SetInsets(kIndexedDBInfoViewInsetSize, 98 SetLayoutManager(layout); 101 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); 108 layout->StartRow(0, three_column_layout_id); 109 layout->AddView(origin_label); 110 layout->AddView(origin_value_field_); 111 layout->AddPaddingRow(0, views::kRelatedControlSmallVerticalSpacing) [all...] |
local_storage_info_view.cc | 16 #include "views/layout/grid_layout.h" 17 #include "views/layout/layout_constants.h" 94 GridLayout* layout = new GridLayout(this); 95 layout->SetInsets(kLocalStorageInfoViewInsetSize, 99 SetLayoutManager(layout); 102 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); 109 layout->StartRow(0, three_column_layout_id); 110 layout->AddView(origin_label); 111 layout->AddView(origin_value_field_); 112 layout->AddPaddingRow(0, views::kRelatedControlSmallVerticalSpacing) [all...] |
local_storage_set_item_info_view.cc | 15 #include "views/layout/grid_layout.h" 16 #include "views/layout/layout_constants.h" 89 GridLayout* layout = new GridLayout(this); 90 layout->SetInsets(kLocalStorageSetItemInfoViewInsetSize, 94 SetLayoutManager(layout); 97 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); 104 layout->StartRow(0, three_column_layout_id); 105 layout->AddView(host_label); 106 layout->AddView(host_value_field_); 107 layout->AddPaddingRow(0, views::kRelatedControlSmallVerticalSpacing) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 18 import static com.android.ide.common.layout.LayoutConstants.ANDROID_NS_NAME_PREFIX; 19 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI; 20 import static com.android.ide.common.layout.LayoutConstants.ANDROID_WIDGET_PREFIX; 21 import static com.android.ide.common.layout.LayoutConstants.ATTR_BASELINE_ALIGNED; 22 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BASELINE; 23 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_BELOW; 24 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_HEIGHT; 25 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_PREFIX; 26 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF 229 Element layout = getPrimaryElement(); local 354 Element layout = getPrimaryElement(); local 391 Element layout = getPrimaryElement(); local 577 Element layout = getPrimaryElement(); local 599 Element layout = getPrimaryElement(); local [all...] |
/development/samples/ApiDemos/assets/ |
HelloActivity.apk | |
/development/samples/ApiDemos/res/values-sw600dp/ |
layout.xml | 18 <!-- Define a new configuration for the resources_layout_reference layout, 19 which uses the special tablet layout. --> 20 <item type="layout" name="resources_layout_reference"> 21 @layout/resources_layout_reference_tablet</item>
|
/development/samples/ApiDemos/res/values-xlarge/ |
layout.xml | 18 <!-- Define a new configuration for the resources_layout_reference layout, 19 which uses the special tablet layout. --> 20 <item type="layout" name="resources_layout_reference"> 21 @layout/resources_layout_reference_tablet</item>
|
/development/samples/WiFiDirectDemo/res/layout/ |
main.xml | 17 <!-- Preview: layout=@layout/row_devices --> 24 <!-- Preview: layout=@layout/device_detail -->
|
/development/samples/WiFiDirectDemo/res/layout-land/ |
main.xml | 17 <!-- Preview: layout=@layout/row_devices --> 24 <!-- Preview: layout=@layout/device_detail -->
|
/development/samples/WiFiDirectDemo/res/layout-large/ |
main.xml | 10 <!-- Preview: layout=@layout/row_devices --> 15 <!-- Preview: layout=@layout/device_detail -->
|
/device/google/accessory/demokit/app/res/layout-xlarge-land/ |
main.xml | 6 <include layout="@layout/inputcontainer" android:id="@+id/inputContainer" 9 <include layout="@layout/output_tablet" android:id="@+id/outputContainer"
|
/external/harfbuzz/ |
README | 1 This is HarfBuzz, an OpenType Layout engine library.
|
/external/skia/src/animator/ |
SkAnimate3DSchema.xsx | 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
|
SkAnimateSchema.xsx | 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
|
/external/webkit/LayoutTests/fast/leaks/ |
001-expected.txt | 1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks as reported in rdar://problem/4987649. Its layout has no particular meaning.
|
002-expected.txt | 1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks as reported in rdar://problem/4987649. Its layout has no particular meaning.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
max-size-expected.txt | 1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
stringquery.cpp | 25 QGridLayout *layout = new QGridLayout; local 26 layout->addWidget(new QLabel(label), 0, 0); 27 layout->addWidget(edit, 0, 1); 28 setLayout(layout);
|
/frameworks/base/core/res/res/layout/ |
recent_apps_dialog.xml | 60 layout="@android:layout/recent_apps_icon" 64 layout="@android:layout/recent_apps_icon" 68 layout="@android:layout/recent_apps_icon" 72 layout="@android:layout/recent_apps_icon" 83 layout="@android:layout/recent_apps_icon [all...] |
/frameworks/base/core/tests/coretests/res/raw/ |
install_app1_cert1 | |
install_app1_cert2 | |
install_app1_cert3 | |
install_app2_cert1 | |
install_app2_cert2 | |