/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
TreeViewView.java | 36 import org.eclipse.swt.layout.GridLayout; 50 GridLayout layout = new GridLayout();
|
/external/chromium/chrome/browser/ui/views/ |
page_info_bubble_view.cc | 124 views::GridLayout* layout = new views::GridLayout(this); 127 columns->AddColumn(views::GridLayout::FILL, // Horizontal resize. 128 views::GridLayout::FILL, // Vertical resize. 130 views::GridLayout::USE_PREF, // Size type. 138 columns->AddColumn(views::GridLayout::LEADING, // Horizontal resize. 139 views::GridLayout::FILL, // Vertical resize. 141 views::GridLayout::USE_PREF, // Size type.
|
/frameworks/base/core/tests/coretests/res/layout/ |
size_adaptive_four_u.xml | 16 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 68 </GridLayout>
|
size_adaptive_four_u_text.xml | 16 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 59 </GridLayout>
|
size_adaptive_one_u.xml | 16 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 66 </GridLayout>
|
/frameworks/base/tests/BiDiTests/res/layout/ |
grid_layout_ltr.xml | 23 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 93 </GridLayout>
|
grid_layout_rtl.xml | 23 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 93 </GridLayout>
|
/packages/apps/Calendar/res/layout-sw600dp/ |
agenda_day.xml | 16 <GridLayout 71 </GridLayout>
|
/packages/apps/Gallery2/res/layout/ |
ingest_date_tile.xml | 20 <GridLayout 62 </GridLayout>
|
/packages/apps/Settings/res/layout/ |
app_ops_details_item.xml | 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 72 </GridLayout>
|
app_ops_item.xml | 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 63 </GridLayout>
|
app_percentage_item.xml | 17 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 72 </GridLayout>
|
manage_applications_item.xml | 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 71 </GridLayout>
|
running_processes_item.xml | 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 84 </GridLayout>
|
title.xml | 22 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 63 </GridLayout>
|
/packages/inputmethods/LatinIME/java/res/layout/ |
user_dictionary_add_word_fullscreen.xml | 38 <GridLayout 83 </GridLayout>
|
/sdk/testapps/gridlayoutTest/app/res/layout/ |
main.xml | 2 <android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 72 </android.support.v7.widget.GridLayout
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 56 * through {@code N} inclusive. Regardless of how GridLayout is 64 * by their {@link GridLayout.LayoutParams#rowSpec rowSpec} and 65 * {@link GridLayout.LayoutParams#columnSpec columnSpec} layout parameters. 68 * Although cells do not normally overlap in a GridLayout, GridLayout does 76 * wishes to occupy, GridLayout assigns cell locations automatically using its: 77 * {@link GridLayout#setOrientation(int) orientation}, 78 * {@link GridLayout#setRowCount(int) rowCount} and 79 * {@link GridLayout#setColumnCount(int) columnCount} properties. 92 * {@link GridLayout#setUseDefaultMargins(boolean) useDefaultMargins [all...] |
/external/chromium/chrome/browser/chromeos/options/ |
vpn_config_view.cc | 278 views::GridLayout* layout = views::GridLayout::CreatePanel(this); 284 column_set->AddColumn(views::GridLayout::LEADING, views::GridLayout::FILL, 1, 285 views::GridLayout::USE_PREF, 0, 0); 288 column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL, 1, 289 views::GridLayout::USE_PREF, 0, 293 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::FILL, 1 [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 34 import android.support.v7.gridlayout.R; 56 * through {@code N} inclusive. Regardless of how GridLayout is 64 * by their {@link GridLayout.LayoutParams#rowSpec rowSpec} and 65 * {@link GridLayout.LayoutParams#columnSpec columnSpec} layout parameters. 68 * Although cells do not normally overlap in a GridLayout, GridLayout does 76 * wishes to occupy, GridLayout assigns cell locations automatically using its: 77 * {@link GridLayout#setOrientation(int) orientation}, 78 * {@link GridLayout#setRowCount(int) rowCount} and 79 * {@link GridLayout#setColumnCount(int) columnCount} properties [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 90 // Use GridLayout to give some insets inside. 91 views::GridLayout* layout = new views::GridLayout(wrapper); 97 views::GridLayout::FILL, views::GridLayout::FILL, 98 1, views::GridLayout::USE_PREF, 0, 0); 634 views::GridLayout* layout = new views::GridLayout(this); 649 const views::GridLayout::SizeType column_type = 651 views::GridLayout::FIXED : views::GridLayout::USE_PREF [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/ |
GridModelTest.java | 47 TestNode targetNode = TestNode.create("android.widget.GridLayout").id("@+id/GridLayout1") 67 TestNode targetNode = TestNode.create("android.widget.GridLayout").id("@+id/GridLayout1") 124 "<GridLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 164 "</GridLayout>"; 210 "<GridLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 239 "</GridLayout>", TestNode.toXml(targetNode)); 255 "<GridLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 260 "</GridLayout>", TestNode.toXml(targetNode)); 267 "<GridLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 303 "</GridLayout>"; [all...] |
/development/samples/ApiDemos/res/layout/ |
layout_animations_by_default.xml | 27 <GridLayout
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GridLayout1.java | 24 * Demonstrates using GridLayout to build the same "Simple Form" as in the
|
/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
GridLayout1.java | 25 * Demonstrates using GridLayout to build the same "Simple Form" as in the
|