HomeSort by relevance Sort by last modified time
    Searched refs:gridLayout (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 173 int* gridLayout = axis.m_sizes.data();
176 gridLayout[0] = availableLen;
196 gridLayout[i] = max<int>(grid[i].value(), 0);
197 totalFixed += gridLayout[i];
204 gridLayout[i] = max<int>(grid[i].value() * availableLen / 100., 0);
205 totalPercent += gridLayout[i];
226 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed;
227 remainingLen -= gridLayout[i];
242 gridLayout[i] = (gridLayout[i] * remainingPercent) / totalPercent
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 36 import org.eclipse.swt.layout.GridLayout;
203 GridLayout gridLayout = new GridLayout(1, false);
204 gridLayout.verticalSpacing = HEADER_SPACING;
205 gridLayout.horizontalSpacing = 0;
206 gridLayout.marginWidth = 0;
207 gridLayout.marginHeight = 0;
208 setLayout(gridLayout);
LintTooltip.java 28 import org.eclipse.swt.layout.GridLayout;
53 GridLayout gridLayout = new GridLayout(2, false);
54 setLayout(gridLayout);
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...]
GraphicalEditorPart.java 147 import org.eclipse.swt.layout.GridLayout;
354 GridLayout gl = new GridLayout(1, false);
412 GridLayout gridLayout = new GridLayout(1, false);
413 gridLayout.horizontalSpacing = 0;
414 gridLayout.verticalSpacing = 0;
415 gridLayout.marginWidth = 0;
416 gridLayout.marginHeight = 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 50 import org.eclipse.swt.layout.GridLayout;
267 GridLayout gridLayout = new GridLayout(1, false);
268 gridLayout.marginWidth = 0;
269 gridLayout.marginHeight = 0;
270 gridLayout.horizontalSpacing = 0;
271 gridLayout.verticalSpacing = 0;
272 mContents.setLayout(gridLayout);
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 28 import android.widget.GridLayout;
34 import static android.widget.GridLayout.spec;
37 * Test {@link android.widget.GridLayout}.
130 new GridLayout(mContext);
132 new GridLayout(mContext, null);
136 new GridLayout(mContext, attrs);
139 new GridLayout(null, null);
146 GridLayout gridLayout = new GridLayout(mContext)
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 32 import android.widget.GridLayout;
50 GridLayout mGridLayout;
64 mGridLayout = (GridLayout) findViewById(R.id.gridLayout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 55 import org.eclipse.swt.layout.GridLayout;
155 GridLayout gridLayout = new GridLayout(1, false);
156 gridLayout.verticalSpacing = 0;
157 gridLayout.marginWidth = 0;
158 gridLayout.marginHeight = 0;
159 parent.setLayout(gridLayout);
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/accuracy/
es2aTextureMipmapTests.cpp 570 vector<IVec4> gridLayout;
571 computeGridLayout(gridLayout, viewport.width, viewport.height);
585 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
587 int curX = gridLayout[cellNdx].x();
588 int curY = gridLayout[cellNdx].y();
589 int curW = gridLayout[cellNdx].z();
590 int curH = gridLayout[cellNdx].w();
  /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();
  /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...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 656 vector<IVec4> gridLayout;
657 computeGridLayout(gridLayout, viewport.width, viewport.height);
672 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
674 const int curX = gridLayout[cellNdx].x();
675 const int curY = gridLayout[cellNdx].y();
676 const int curW = gridLayout[cellNdx].z();
677 const int curH = gridLayout[cellNdx].w();
728 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
730 const int curX = gridLayout[cellNdx].x();
731 const int curY = gridLayout[cellNdx].y()
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
uiautomatorviewer.jar 
traceview.jar 
hierarchyviewer2lib.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 77 /** Models a GridLayout */
94 /** The GridLayout node, never null */
151 * An actual instance of a GridLayout object that this grid model corresponds to.
162 * @param node the GridLayout node
163 * @param viewObject an actual GridLayout instance, or null
181 * @param node the GridLayout node
182 * @param viewObject an actual GridLayout instance, or null
324 * Sets the given GridLayout attribute (rowCount, layout_row, etc) to the
326 * based on whether the GridLayout is the android.widget.GridLayout, or th
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 368 UiSelector gridLayout = new UiSelector().className(android.widget.GridLayout.class
372 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 171 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless
216 String gridLayout = mLayout.getTagName();
222 end -= (gridLayout.length() + 3); // 3: <, /, >
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 70 import org.eclipse.swt.layout.GridLayout;
182 GridLayout glContainer = new GridLayout(2, false);
195 GridLayout glConfigurationArea = new GridLayout(3, false);
208 GridLayout glForegroundComposite = new GridLayout(5, false);
232 mImageForm.setLayout(new GridLayout(3, false));
250 mClipartForm.setLayout(new GridLayout(2, false));
265 mTextForm.setLayout(new GridLayout(2, false))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1411 milliseconds

1 2