/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
pkg_android.widget.html | 155 <A NAME="GridLayout"></A> 156 <nobr><A HREF="android.widget.GridLayout.html">GridLayout</A></nobr>
|
/prebuilts/devtools/tools/lib/ |
hierarchyviewer2.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
StatusPanel.java | 33 import org.eclipse.swt.layout.GridLayout; 113 zoomPanels.setLayout(new GridLayout(3, false)); 119 checkPanel.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 49 import org.eclipse.swt.layout.GridLayout; 115 GridLayout gl = new GridLayout(2, false);
|
UiPackageAttributeNode.java | 51 import org.eclipse.swt.layout.GridLayout; 115 GridLayout gl = new GridLayout(2, false);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 41 import org.eclipse.swt.layout.GridLayout; 130 mTop.setLayout(new GridLayout(2, false)); 158 buttons.setLayout(new GridLayout());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 33 import org.eclipse.swt.layout.GridLayout; 99 GridLayout gl = new GridLayout(3, false);
|
KeyCreationPage.java | 30 import org.eclipse.swt.layout.GridLayout; 70 GridLayout gl = new GridLayout(2, false);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ProjectContentsPage.java | 39 import org.eclipse.swt.layout.GridLayout; 85 GridLayout gl_container = new GridLayout(4, false);
|
/build/core/ |
pathmap.mk | 109 v7/gridlayout \
|
/developers/build/templates/base/_MODULE_/ |
build.gradle.ftl | 43 compile "com.android.support:gridlayout-v7:19.0.+"
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
simple_grid_layout.h | 22 // This is based on GridLayout in ui/views/layout/grid_layout.h.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 28 import org.eclipse.swt.layout.GridLayout; 209 * Creates a new composite with a GridLayout set with a given number of columns. 221 GridLayout layout = new GridLayout();
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/ |
build.xml | 2 <project name="v7-gridlayout" default="help">
|
/external/chromium_org/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 915 views::GridLayout* layout = views::GridLayout::CreatePanel(this); 922 column_set->AddColumn(views::GridLayout::LEADING, views::GridLayout::FILL, 1, 923 views::GridLayout::USE_PREF, 0, 0); 926 column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL, 1, 927 views::GridLayout::USE_PREF, 0, [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_bubble_view.cc | 464 views::GridLayout* layout = new views::GridLayout(this); 466 columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::FILL, 1, 467 views::GridLayout::USE_PREF, 0, 0); 468 columns->AddColumn(views::GridLayout::TRAILING, views::GridLayout::FILL, 1, 469 views::GridLayout::USE_PREF, 0, 0);
|
/packages/apps/Gallery2/res/layout-land/ |
filtershow_draw_ui.xml | 48 <GridLayout 76 </GridLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 53 * GridLayout, computing guidelines, handling drops to edit the grid model, and so on. 64 * @param layout the GridLayout node 289 * Adds a horizontal match with the center axis of the GridLayout 463 * @param targetNode the GridLayout node 505 // This is implemented in GridLayout by the following grid, where 709 // vertical gravity unspecified and GridLayout will treat it as [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ChooseAssetTypePage.java | 35 import org.eclipse.swt.layout.GridLayout; 70 container.setLayout(new GridLayout(3, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 38 import org.eclipse.swt.layout.GridLayout; 103 panel.setLayout(new GridLayout(3, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 41 import org.eclipse.swt.layout.GridLayout; 75 container.setLayout(new GridLayout(2, false));
|
TestTargetPage.java | 38 import org.eclipse.swt.layout.GridLayout; 76 container.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 89 import org.eclipse.swt.layout.GridLayout; 492 GridLayout gridLayout = new GridLayout(1, false); 493 gridLayout.marginWidth = gridLayout.marginHeight = 0; 494 gridLayout.horizontalSpacing = gridLayout.verticalSpacing = 0; 495 gridLayout.marginBottom = 3; 496 wrapper.setLayout(gridLayout); [all...] |
/external/chromium/chrome/browser/ |
external_tab_container_win.cc | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 67 * An {@link IViewRule} for android.widget.GridLayout which provides designtime 263 // Temporary: Diagnostics for GridLayout 365 * Returns the namespace URI to use for GridLayout-specific attributes, such 368 * @param layout the GridLayout instance to look up the namespace for 610 * Paste into a GridLayout. We have several possible behaviors (and many
|