/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));
|
MarginChooser.java | 25 import org.eclipse.swt.layout.GridLayout; 89 container.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...] |
/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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 69 import org.eclipse.swt.layout.GridLayout; 210 c.setLayout(new GridLayout(1, false)); 299 c.setLayout(new GridLayout(3, false)); 438 c.setLayout(new GridLayout(numColumns, false)); 525 c.setLayout(new GridLayout(2, false)); [all...] |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarCalc.java | 19 import java.awt.GridLayout; 221 rollAddBoxes.setLayout(new GridLayout(2,1)); 244 upDown.setLayout(new GridLayout(2,1));
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
features.jd | 16 <li><a href="#v7-gridlayout">v7 gridlayout library</a></li> 266 <h3 id="v7-gridlayout">v7 gridlayout library</h3> 269 {@link android.support.v7.widget.GridLayout} class, which 271 For detailed information about the v7 gridlayout library APIs, see the 274 <p>This library is located in the {@code <sdk>/extras/android/support/v7/gridlayout/} 283 com.android.support:gridlayout-v7:23.3.0
|
setup.jd | 94 appcompat</a> and <a href="{@docRoot}tools/support-library/features.html#v7-gridlayout">v7 95 gridlayout</a> libraries include resources.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 41 import org.eclipse.swt.layout.GridLayout; 85 composite.setLayout(new GridLayout(2, false));
|
ExtractStyleWizard.java | 40 import org.eclipse.swt.layout.GridLayout; 107 composite.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintListDialog.java | 36 import org.eclipse.swt.layout.GridLayout; 107 container.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizardPage.java | 29 import org.eclipse.swt.layout.GridLayout; 69 container.setLayout(new GridLayout(4, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 35 import org.eclipse.swt.layout.GridLayout; 84 composite.setLayout(new GridLayout(2, false /* makeColumnsEqualWidth */));
|
AddTranslationDialog.java | 69 import org.eclipse.swt.layout.GridLayout; 134 GridLayout gl_container = new GridLayout(6, false); 460 mErrorPanel.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ActivityPage.java | 40 import org.eclipse.swt.layout.GridLayout; 104 container.setLayout(new GridLayout(3, false));
|
InstallDependencyPage.java | 33 import org.eclipse.swt.layout.GridLayout; 91 container.setLayout(new GridLayout(2, false));
|
NewTemplatePage.java | 74 import org.eclipse.swt.layout.GridLayout; 152 GridLayout parentLayout = new GridLayout(3, false); 189 GridLayout gl_container = new GridLayout(3, false); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 31 import org.eclipse.swt.layout.GridLayout; 98 c.setLayout(new GridLayout(3, false));
|
/build/core/ |
pathmap.mk | 110 v7/gridlayout \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewPage.java | 88 // UiTreeBlock forces a GridLayout with one column so we comply with it.
|