HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 376 - 400 of 467) sorted by null

<<111213141516171819

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 64 import org.eclipse.swt.layout.GridLayout;
851 container.setLayout(new GridLayout(2, false));
    [all...]
ConfigurationSelector.java 85 import org.eclipse.swt.layout.GridLayout;
254 GridLayout gl = new GridLayout(4, false);
304 gl = new GridLayout(1, false);
720 setLayout(new GridLayout(1, false));
    [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;
99 container.setLayout(new GridLayout(2, false));
ProjectNamePage.java 52 import org.eclipse.swt.layout.GridLayout;
120 container.setLayout(new GridLayout(3, false));
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
traceview.jar 
ddms.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 41 import android.widget.GridLayout;
509 GridLayout.LayoutParams lp =
510 (GridLayout.LayoutParams)vh.textContainer.getLayoutParams();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 73 import org.eclipse.swt.layout.GridLayout;
258 // TODO: Use GridLayout by default for new SDKs
443 composite.setLayout(new GridLayout(2, false /*makeColumnsEqualWidth*/));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 181 assertFalse(DescriptorsUtils.needsDefaultId(new ElementDescriptor("GridLayout")));
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
alldiffs_index_additions.html     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 803 // Temporary diagnostics code when developing GridLayout
812 // Else: probably a v7 gridlayout
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
groovy.php 402 'GridBagConstraints', 'GridBagLayout', 'GridLayout',
    [all...]
java.php 412 'GridBagConstraints', 'GridBagLayout', 'GridLayout',
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
fields_index_additions.html 247 <nobr><A HREF="android.widget.GridLayout.html#android.widget.GridLayout.END" class="hiddenlink" target="rightframe">END</A>
    [all...]
fields_index_all.html 269 <nobr><A HREF="android.widget.GridLayout.html#android.widget.GridLayout.END" class="hiddenlink" target="rightframe">END</A>
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 304 // 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/refactoring/
ChangeLayoutRefactoring.java 603 /** Hand coded conversion from any layout to a GridLayout */
  /frameworks/base/docs/html/about/versions/
android-4.0.jd     [all...]
android-4.0-highlights.jd     [all...]

Completed in 810 milliseconds

<<111213141516171819