HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 226 - 250 of 454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 559 vector<IVec4> gridLayout;
560 computeGridLayout(gridLayout, viewport.width, viewport.height);
574 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
576 int curX = gridLayout[cellNdx].x();
577 int curY = gridLayout[cellNdx].y();
578 int curW = gridLayout[cellNdx].z();
579 int curH = gridLayout[cellNdx].w();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 51 import org.eclipse.swt.layout.GridLayout;
338 GridLayout layout = new GridLayout(1, false);
369 top.setLayout(new GridLayout(1, true));
407 GridLayout layout = new GridLayout(1, false);
476 layout = new GridLayout(1, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 70 import org.eclipse.swt.layout.GridLayout;
139 GridLayout gridLayout = new GridLayout(1, false);
140 gridLayout.marginWidth = 0;
141 gridLayout.marginHeight = 0;
142 setLayout(gridLayout);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 615 vector<IVec4> gridLayout;
616 computeGridLayout(gridLayout, viewport.width, viewport.height);
631 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
633 const int curX = gridLayout[cellNdx].x();
634 const int curY = gridLayout[cellNdx].y();
635 const int curW = gridLayout[cellNdx].z();
636 const int curH = gridLayout[cellNdx].w();
687 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
689 const int curX = gridLayout[cellNdx].x();
690 const int curY = gridLayout[cellNdx].y()
    [all...]
  /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);
  /developers/build/templates/base-application/_MODULE_/
build.gradle.ftl 43 compile "com.android.support:gridlayout-v7:21.0.2"
  /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">
  /packages/apps/ExactCalculator/res/layout/
pad_advanced.xml 18 <GridLayout
207 </GridLayout>
pad_advanced_tablet_port.xml 18 <GridLayout
207 </GridLayout>
  /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));
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 654 vector<IVec4> gridLayout;
655 computeGridLayout(gridLayout, viewport.width, viewport.height);
670 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
672 const int curX = gridLayout[cellNdx].x();
673 const int curY = gridLayout[cellNdx].y();
674 const int curW = gridLayout[cellNdx].z();
675 const int curH = gridLayout[cellNdx].w();
726 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
728 const int curX = gridLayout[cellNdx].x();
729 const int curY = gridLayout[cellNdx].y()
    [all...]
  /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...]

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>