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

<<111213141516171819

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 67 * An {@link IViewRule} for android.widget.GridLayout which provides designtime
263 // Temporary: Diagnostics for GridLayout
365 * Returns the namespace URI to use for GridLayout-specific attributes, such
368 * @param layout the GridLayout instance to look up the namespace for
610 * Paste into a GridLayout. We have several possible behaviors (and many
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 69 import org.eclipse.swt.layout.GridLayout;
210 c.setLayout(new GridLayout(1, false));
299 c.setLayout(new GridLayout(3, false));
438 c.setLayout(new GridLayout(numColumns, false));
525 c.setLayout(new GridLayout(2, false));
    [all...]
  /frameworks/base/docs/html/tools/support-library/
features.jd 16 <li><a href="#v7-gridlayout">v7 gridlayout library</a></li>
265 <h3 id="v7-gridlayout">v7 gridlayout library</h3>
268 {@link android.support.v7.widget.GridLayout} class, which
270 For detailed information about the v7 gridlayout library APIs, see the
273 <p>This library is located in the {@code &lt;sdk&gt;/extras/android/support/v7/gridlayout/}
282 com.android.support:gridlayout-v7:21.0.0
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 41 import org.eclipse.swt.layout.GridLayout;
85 composite.setLayout(new GridLayout(2, false));
ExtractStyleWizard.java 40 import org.eclipse.swt.layout.GridLayout;
107 composite.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 36 import org.eclipse.swt.layout.GridLayout;
107 container.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 25 import org.eclipse.swt.layout.GridLayout;
89 container.setLayout(new GridLayout(3, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 29 import org.eclipse.swt.layout.GridLayout;
69 container.setLayout(new GridLayout(4, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 35 import org.eclipse.swt.layout.GridLayout;
84 composite.setLayout(new GridLayout(2, false /* makeColumnsEqualWidth */));
AddTranslationDialog.java 69 import org.eclipse.swt.layout.GridLayout;
134 GridLayout gl_container = new GridLayout(6, false);
460 mErrorPanel.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 40 import org.eclipse.swt.layout.GridLayout;
104 container.setLayout(new GridLayout(3, false));
InstallDependencyPage.java 33 import org.eclipse.swt.layout.GridLayout;
91 container.setLayout(new GridLayout(2, false));
NewTemplatePage.java 74 import org.eclipse.swt.layout.GridLayout;
152 GridLayout parentLayout = new GridLayout(3, false);
189 GridLayout gl_container = new GridLayout(3, false);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 31 import org.eclipse.swt.layout.GridLayout;
98 c.setLayout(new GridLayout(3, false));
  /build/core/
pathmap.mk 110 v7/gridlayout \
  /developers/build/templates/base/_MODULE_/
build.gradle.ftl 44 compile "com.android.support:gridlayout-v7:23.0.0"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 88 // UiTreeBlock forces a GridLayout with one column so we comply with it.
  /prebuilts/sdk/support-api/
22.0.0.txt     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 54 import org.eclipse.swt.layout.GridLayout;
113 container.setLayout(new GridLayout(3, false));
SdkSelectionPage.java 43 import org.eclipse.swt.layout.GridLayout;
85 group.setLayout(new GridLayout());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 45 import org.eclipse.swt.layout.GridLayout;
126 c.setLayout(new GridLayout(2, false));
  /development/build/
Android.mk 111 android-support-v7-gridlayout \
  /frameworks/base/docs/html/guide/topics/ui/layout/
grid.jd 24 <img src="{@docRoot}images/ui/gridlayout.png" alt="" />
  /packages/apps/DeskClock/res/layout/
alarm_time.xml 28 <!-- TODO~: flatten this layout using gridLayout which supports layout_weight as of 21 -->
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.widget.html 281 <A NAME="GridLayout"></A>
282 <nobr><A HREF="android.widget.GridLayout.html">GridLayout</A></nobr>

Completed in 249 milliseconds

<<111213141516171819