HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 101 - 125 of 246) sorted by null

1 2 3 45 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 50 import org.eclipse.swt.layout.GridLayout;
147 GridLayout topLayout = new GridLayout();
154 GridLayout layout;
161 layout = new GridLayout();
189 layout = new GridLayout(1, false);
217 layout = new GridLayout();
MainLaunchConfigTab.java 48 import org.eclipse.swt.layout.GridLayout;
119 GridLayout topLayout = new GridLayout();
131 GridLayout layout = new GridLayout();
246 GridLayout layout = new GridLayout();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 56 import org.eclipse.swt.layout.GridLayout;
264 top.setLayout(new GridLayout(1, false));
297 g1.setLayout(new GridLayout(2, false));
303 GridLayout gl = new GridLayout(4, false);
385 GridLayout gl;
388 g2.setLayout(new GridLayout(1, false));
394 gl = new GridLayout(2, false);
459 gl = new GridLayout(2, false);
559 GridLayout gl
    [all...]
StackTracePanel.java 34 import org.eclipse.swt.layout.GridLayout;
157 * <p/>This method will set the parent {@link Composite} to use a {@link GridLayout} with
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 137 views::GridLayout* layout = new views::GridLayout(this);
143 views::GridLayout::Alignment v_align = views::GridLayout::CENTER;
145 column_set->AddColumn(views::GridLayout::TRAILING, v_align, 1,
146 views::GridLayout::USE_PREF, 0, 0);
148 column_set->AddColumn(views::GridLayout::CENTER, v_align, 0,
149 views::GridLayout::USE_PREF, 0, 0);
151 column_set->AddColumn(views::GridLayout::CENTER, v_align, 0,
152 views::GridLayout::USE_PREF, 0, 0)
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
ShaderEditor.java 34 import org.eclipse.swt.layout.GridLayout;
66 GridLayout gridLayout = new GridLayout();
67 gridLayout.numColumns = 1;
68 this.setLayout(gridLayout);
BreakpointOption.java 32 import org.eclipse.swt.layout.GridLayout;
54 GridLayout layout = new GridLayout();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 52 * Paints the structure (the grid model) of the given GridLayout.
79 * @param layout the GridLayout node
105 * @param layout the GridLayout
114 * within a GridLayout.
306 * GridLayout
308 * @param view the instance of the GridLayout whose structure should be
GridMatch.java 24 * A match for a drag within a GridLayout, corresponding to an alignment with another
84 * @param layout the GridLayout containing the match
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
ShaderEditor.java 34 import org.eclipse.swt.layout.GridLayout;
66 GridLayout gridLayout = new GridLayout();
67 gridLayout.numColumns = 1;
68 this.setLayout(gridLayout);
BreakpointOption.java 32 import org.eclipse.swt.layout.GridLayout;
54 GridLayout layout = new GridLayout();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 46 import org.eclipse.swt.layout.GridLayout;
173 GridLayout glShell = new GridLayout(2, false);
490 if (content.getLayout() instanceof GridLayout) {
491 GridLayout gl = (GridLayout) content.getLayout();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 37 import org.eclipse.swt.layout.GridLayout;
77 composite.setLayout(new GridLayout(2, false));
135 // The default should be GridLayout (if available) and if not RelativeLayout,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 30 import org.eclipse.swt.layout.GridLayout;
72 GridLayout gl = new GridLayout(3, false);
KeystoreSelectionPage.java 30 import org.eclipse.swt.layout.GridLayout;
65 GridLayout gl = new GridLayout(3, false);
  /external/doclava/src/com/google/doclava/
Doclava2.java 33 files.add("frameworks/base/core/java/android/widget/GridLayout.java");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 37 import org.eclipse.swt.layout.GridLayout;
93 GridLayout gl = new GridLayout(2, false);
224 composite.setLayout(new GridLayout(1, true));
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.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 38 TestNode targetNode = TestNode.create("android.widget.GridLayout").id("@+id/GridLayout1")
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
LocalPackagesPage.java 37 import org.eclipse.swt.layout.GridLayout;
83 parent.setLayout(new GridLayout(3, false));
107 mDescriptionContainer.setLayout(new GridLayout(1, false));
116 mContainerButtons.setLayout(new GridLayout(5, false));
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 30 %"struct.qdesigner_internal::GridLayout" = type { %"struct.qdesigner_internal::Layout", %"struct.QPair<int,int>", %"struct.qdesigner_internal::Grid"* }
48 define void @_ZN18qdesigner_internal10GridLayout9buildGridEv(%"struct.qdesigner_internal::GridLayout"* %this) nounwind {
  /frameworks/base/core/res/res/layout/
keyguard_screen_tab_unlock_land.xml 23 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
165 </GridLayout>
keyguard_screen_unlock_landscape.xml 24 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
177 </GridLayout>
keyguard_screen_unlock_portrait.xml 23 <GridLayout
187 </GridLayout>
  /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));

Completed in 294 milliseconds

1 2 3 45 6 7 8 910