HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 251 - 275 of 332) sorted by null

<<11121314

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
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...]
  /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...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
sdkuilib.jar 
ddms.jar 
  /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...]
  /frameworks/base/docs/html/tools/extras/
support-library.jd 275 <li>Removed unused attributes from the gridlayout library projects to make sure
277 <li>Added {@code .classpath} and {@code .project} files for the gridlayout
    [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...]
jdiff_statistics.html 1104 <TD><A HREF="android.widget.GridLayout.html">
1105 android.widget.GridLayout</A></TD>
    [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...]
  /frameworks/base/docs/html/sdk/api_diff/16/
missingSinces.txt     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 90 import org.eclipse.swt.layout.GridLayout;
199 setLayout(new GridLayout(1, false));
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 373 <a href="layout/table.html"><img src="{@docRoot}images/ui/gridlayout-small.png" alt="" /></a>

Completed in 3014 milliseconds

<<11121314