/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
extra-view-metadata.xml | 175 class="android.widget.GridLayout"
|
ClientRulesEngine.java | 81 import org.eclipse.swt.layout.GridLayout; 386 composite.setLayout(new GridLayout(1, false));
|
/external/junit/src/junit/swingui/ |
TestRunner.java | 7 import java.awt.GridLayout; 213 JPanel failedPanel= new JPanel(new GridLayout(0, 1, 0, 2));
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
classes_index_all.html | 344 <A HREF="pkg_android.widget.html#GridLayout" class="hiddenlink" target="rightframe"><b>GridLayout</b></A><br> 345 <A HREF="pkg_android.widget.html#GridLayout.Alignment" class="hiddenlink" target="rightframe"><b>GridLayout.Alignment</b></A><br> 346 <A HREF="pkg_android.widget.html#GridLayout.LayoutParams" class="hiddenlink" target="rightframe"><b>GridLayout.LayoutParams</b></A><br> 347 <A HREF="pkg_android.widget.html#GridLayout.Spec" class="hiddenlink" target="rightframe"><b>GridLayout.Spec</b></A><br> [all...] |
alldiffs_index_additions.html | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 43 import org.eclipse.swt.layout.GridLayout; 98 container.setLayout(new GridLayout(2, false));
|
ProjectNamePage.java | 48 import org.eclipse.swt.layout.GridLayout; 113 container.setLayout(new GridLayout(3, false));
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 34 import org.eclipse.swt.layout.GridLayout; 149 scaleGroup.setLayout(new GridLayout(3, false));
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 51 import org.eclipse.swt.layout.GridLayout; 408 top.setLayout(new GridLayout(1, false)); 432 bottom.setLayout(new GridLayout(3, false)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 77 import org.eclipse.swt.layout.GridLayout; 262 // TODO: Use GridLayout by default for new SDKs 445 composite.setLayout(new GridLayout(2, false /*makeColumnsEqualWidth*/)); [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
index.jd | 120 TableLayout, GridLayout and others. Each offers a unique set of layout parameters that are used to define the
|
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 37 import org.eclipse.swt.layout.GridLayout; 195 GridLayout layout = new GridLayout(1, true /* make columns equal width */); 214 layout = new GridLayout(1, true /* make columns equal width */); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 529 // Temporary diagnostics code when developing GridLayout 532 if (e.getParentNode().getNodeName().equals("GridLayout")) { //$NON-NLS-1$ [all...] |
SelectionManager.java | 841 // for example when dropping into a GridLayout where attributes are adjusted [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 56 import org.eclipse.swt.layout.GridLayout; 206 section.setLayout(new GridLayout()); [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
groovy.php | 402 'GridBagConstraints', 'GridBagLayout', 'GridLayout', [all...] |
java.php | 412 'GridBagConstraints', 'GridBagLayout', 'GridLayout', [all...] |
/sdk/attribute_stats/src/ |
Analyzer.java | 287 // Skip layout_width and layout_height; they are mandatory in all but GridLayout so not
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationComposite.java | 74 import org.eclipse.swt.layout.GridLayout; 403 GridLayout gl; 409 labelParent.setLayout(gl = new GridLayout(5, false)); 460 setLayout(gl = new GridLayout(cols, false)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 596 /** Hand coded conversion from any layout to a GridLayout */
|
/frameworks/base/docs/html/sdk/ |
android-4.0.jd | [all...] |
android-4.0-highlights.jd | [all...] |
/sdk/eclipse/ |
changes.txt | 37 - New GridLayout support
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 479 // From GridLayout [all...] |