/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/ |
UsagePreferencePage.java | 28 import org.eclipse.swt.layout.GridLayout; 53 top.setLayout(new GridLayout(1, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitorDialog.java | 28 import org.eclipse.swt.layout.GridLayout; 67 c.setLayout(new GridLayout(2, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SdkLocationChooserDialog.java | 30 import org.eclipse.swt.layout.GridLayout; 58 c.setLayout(new GridLayout(2, false));
|
/frameworks/base/packages/SystemUI/res/layout/ |
tile_listing.xml | 49 <GridLayout
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/values/ |
ids.xml | 19 <item type="id" name="gridLayout" />
|
/packages/apps/Gallery2/res/layout-land/ |
filtershow_color_border_ui.xml | 40 <GridLayout 66 </GridLayout> 68 <GridLayout 94 </GridLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 35 import org.eclipse.swt.layout.GridLayout; 81 workArea.setLayout(new GridLayout()); 90 group.setLayout(new GridLayout()); 101 group2.setLayout(new GridLayout());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
LayoutDirectionTest.java | 46 checkDefaultDirectionForOneLayoutWithCode(new GridLayout(getActivity())); 71 checkDirectionForOneLayoutWithCode(new GridLayout(getActivity())); 98 checkDirectionInheritanceForOneLayoutWithCode(new GridLayout(getActivity()));
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
VectorDrawablePerformance.java | 25 import android.widget.GridLayout; 113 GridLayout container = new GridLayout(this);
|
/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; 78 composite.setLayout(new GridLayout(2, false)); 136 // The default should be GridLayout (if available) and if not RelativeLayout,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
VboDetailProvider.java | 30 import org.eclipse.swt.layout.GridLayout; 69 GridLayout layout = new GridLayout(2, false);
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 27 import org.eclipse.swt.layout.GridLayout; 130 mShell.setLayout(new GridLayout(1, true)); 143 main.setLayout(new GridLayout(2, false)); 166 buttons.setLayout(new GridLayout(1, true)); 226 bottomComp.setLayout(new GridLayout(2, true));
|
StaticPortEditDialog.java | 28 import org.eclipse.swt.layout.GridLayout; 149 mShell.setLayout(new GridLayout(1, false)); 160 main.setLayout(new GridLayout(2, false)); 213 warningComp.setLayout(new GridLayout(1, true)); 223 bottomComp.setLayout(new GridLayout(2, true));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
MainLaunchConfigTab.java | 49 import org.eclipse.swt.layout.GridLayout; 127 GridLayout topLayout = new GridLayout(); 139 GridLayout layout = new GridLayout(); 257 GridLayout layout = new GridLayout();
|
/development/build/ |
sdk.atree | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 53 * Paints the structure (the grid model) of the given GridLayout. 80 * @param layout the GridLayout node 106 * @param layout the GridLayout 115 * within a GridLayout. 338 * GridLayout 340 * @param view the instance of the GridLayout whose structure should be
|
/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; 73 GridLayout gl = new GridLayout(3, false);
|
KeystoreSelectionPage.java | 30 import org.eclipse.swt.layout.GridLayout; 66 GridLayout gl = new GridLayout(3, false);
|
/development/samples/Support7Demos/res/values/ |
strings.xml | 46 <!-- GridLayout --> 48 <string name="grid_layout_1">GridLayout/1. Simple Form</string> 49 <string name="grid_layout_2">GridLayout/2. Form (XML)</string> 50 <string name="grid_layout_3">GridLayout/3. Form (Java)</string>
|
/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));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 33 import org.eclipse.swt.layout.GridLayout; 109 c.setLayout(new GridLayout(2, false)); 167 c.setLayout(new GridLayout(2, false)); 217 c.setLayout(new GridLayout(1, false));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkDebuggerTab.java | 34 import org.eclipse.swt.layout.GridLayout; 70 comp.setLayout(new GridLayout(1, false)); 74 grpGdb.setLayout(new GridLayout(3, false)); 135 grpSharedLibraries.setLayout(new GridLayout(2, false));
|
/development/samples/ApiDemos/res/layout/ |
system_ui_modes.xml | 39 <GridLayout android:layout_width="match_parent" 183 </GridLayout>
|