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

1 2 3 4

  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ActivityTransition.java 27 import android.widget.GridLayout;
97 GridLayout gridLayout = findViewById(R.id.transition_grid_layout);
100 gridLayout.setRowCount(isPortrait ? 4 : 2);
101 gridLayout.setColumnCount(isPortrait ? 2 : 4);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /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);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 520 vector<IVec4> gridLayout;
521 computeGridLayout(gridLayout, viewportWidth, viewportHeight);
536 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
538 const float curX = (float)gridLayout[cellNdx].x();
539 const float curY = (float)gridLayout[cellNdx].y();
540 const float curW = (float)gridLayout[cellNdx].z();
541 const float curH = (float)gridLayout[cellNdx].w();
587 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
589 const int curX = gridLayout[cellNdx].x();
590 const int curY = gridLayout[cellNdx].y()
    [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);
  /frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/
GridLayoutTest.java 29 import android.support.v7.gridlayout.test.R;
109 GridLayout.LayoutParams lp = (GridLayout.LayoutParams) rightView.getLayoutParams();
135 MyGridLayout gridLayout = new MyGridLayout(mActivityTestRule.getActivity());
141 GridLayout.LayoutParams generated = gridLayout.generateLayoutParams(lp);
151 private static class MyGridLayout extends 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 572 vector<IVec4> gridLayout;
573 computeGridLayout(gridLayout, viewport.width, viewport.height);
587 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
589 int curX = gridLayout[cellNdx].x();
590 int curY = gridLayout[cellNdx].y();
591 int curW = gridLayout[cellNdx].z();
592 int curH = gridLayout[cellNdx].w();
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 560 vector<IVec4> gridLayout;
561 computeGridLayout(gridLayout, viewport.width, viewport.height);
575 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
577 int curX = gridLayout[cellNdx].x();
578 int curY = gridLayout[cellNdx].y();
579 int curW = gridLayout[cellNdx].z();
580 int curH = gridLayout[cellNdx].w();
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 616 vector<IVec4> gridLayout;
617 computeGridLayout(gridLayout, viewport.width, viewport.height);
632 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
634 const int curX = gridLayout[cellNdx].x();
635 const int curY = gridLayout[cellNdx].y();
636 const int curW = gridLayout[cellNdx].z();
637 const int curH = gridLayout[cellNdx].w();
688 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
690 const int curX = gridLayout[cellNdx].x();
691 const int curY = gridLayout[cellNdx].y()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 395 public void startDeleteTaskAnimation(final TaskView deleteTaskView, boolean gridLayout,
397 if (gridLayout) {
407 public void startDeleteAllTasksAnimation(final List<TaskView> taskViews, boolean gridLayout,
409 if (gridLayout) {
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 655 vector<IVec4> gridLayout;
656 computeGridLayout(gridLayout, viewport.width, viewport.height);
671 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
673 const int curX = gridLayout[cellNdx].x();
674 const int curY = gridLayout[cellNdx].y();
675 const int curW = gridLayout[cellNdx].z();
676 const int curH = gridLayout[cellNdx].w();
727 for (int cellNdx = 0; cellNdx < (int)gridLayout.size(); cellNdx++)
729 const int curX = gridLayout[cellNdx].x();
730 const int curY = gridLayout[cellNdx].y()
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2/24.4.0-beta6/
hierarchyviewer2-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2/24.5.0/
hierarchyviewer2-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2/25.0.0-alpha1/
hierarchyviewer2-25.0.0-alpha1.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 19 import static android.widget.GridLayout.spec;
38 import android.widget.GridLayout;
48 * Test {@link GridLayout}.
131 private GridLayout mGridLayout;
140 mGridLayout = (GridLayout) mActivity.findViewById(R.id.gridlayout);
145 new GridLayout(mActivity);
147 new GridLayout(mActivity, null);
151 new GridLayout(mActivity, attrs);
156 new GridLayout(null, null)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java     [all...]
  /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...]
  /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...]

Completed in 1090 milliseconds

1 2 3 4