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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 13 import java.awt.GridLayout;
81 topPanel.setLayout(new GridLayout(5,3));
  /frameworks/base/core/res/res/layout-land/
time_picker_material.xml 18 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
160 </GridLayout>
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /frameworks/data-binding/samples/BindingDemo/app/src/main/res/layout/
main_activity.xml 71 <GridLayout
128 </GridLayout>
  /packages/apps/DeskClock/res/layout/
alarm_activity.xml 26 <android.support.v7.widget.GridLayout
129 </android.support.v7.widget.GridLayout>
  /packages/apps/Email/res/layout-w600dp/
account_setup_options_fragment.xml 27 <android.support.v7.widget.GridLayout
59 </android.support.v7.widget.GridLayout>
  /packages/apps/UnifiedEmail/res/layout/
conversation_message_header_details.xml 18 <android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
155 </android.support.v7.widget.GridLayout>
  /pdk/apps/TestingCamera2/res/layout/
main.xml 24 <GridLayout
42 </GridLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 24 * A match for a drag within a GridLayout, corresponding to an alignment with another
85 * @param layout the GridLayout containing the match
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/build/
ConvertSwitchDialog.java 30 import org.eclipse.swt.layout.GridLayout;
86 container.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 35 import org.eclipse.swt.layout.GridLayout;
85 composite.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 24 import org.eclipse.swt.layout.GridLayout;
85 row.setLayout(new GridLayout(3, false /* equal width */));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 55 import org.eclipse.swt.layout.GridLayout;
162 GridLayout topLayout = new GridLayout();
169 GridLayout layout;
176 layout = new GridLayout();
190 layout = new GridLayout(1, false);
224 layout = new GridLayout(1, false);
258 layout = new 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 37 import org.eclipse.swt.layout.GridLayout;
98 composite.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 32 import org.eclipse.swt.layout.GridLayout;
70 container.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 40 import org.eclipse.swt.layout.GridLayout;
129 GridLayout layout = new GridLayout();
157 GridLayout layout = new GridLayout();
216 GridLayout layout = new GridLayout();
256 options.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 28 import org.eclipse.swt.layout.GridLayout;
64 container.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 26 import org.eclipse.swt.layout.GridLayout;
55 container.setLayout(new GridLayout(3, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 32 import org.eclipse.swt.layout.GridLayout;
91 c.setLayout(new GridLayout(1, false));
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 20 import java.awt.GridLayout;
77 mainPanel.setLayout(new GridLayout(1,2));
239 panel1.setLayout(new GridLayout(3, 1));
245 panel2.setLayout(new GridLayout(3, 3));
352 menuPanel.setLayout(new GridLayout(1, 2));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 26 import org.eclipse.swt.layout.GridLayout;
101 c.setLayout(new GridLayout(3, false));
145 grpTraceEvents.setLayout(new GridLayout(3, false));
166 grpTraceRootEvents.setLayout(new GridLayout(2, false));
179 grpTraceTags.setLayout(new GridLayout(5, false));
  /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();

Completed in 797 milliseconds

1 2 3 4 5 6 7 8 91011>>