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

<<111213141516171819

  /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/sdk/api_diff/14/changes/
classes_index_additions.html 230 <A HREF="pkg_android.widget.html#GridLayout" class="hiddenlink" target="rightframe"><b>GridLayout</b></A><br>
231 <A HREF="pkg_android.widget.html#GridLayout.Alignment" class="hiddenlink" target="rightframe"><b>GridLayout.Alignment</b></A><br>
232 <A HREF="pkg_android.widget.html#GridLayout.LayoutParams" class="hiddenlink" target="rightframe"><b>GridLayout.LayoutParams</b></A><br>
233 <A HREF="pkg_android.widget.html#GridLayout.Spec" class="hiddenlink" target="rightframe"><b>GridLayout.Spec</b></A><br>
  /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 28 import org.eclipse.swt.layout.GridLayout;
81 c.setLayout(new GridLayout(3, false));
  /development/build/
Android.mk 123 android-support-v7-gridlayout \
  /external/chromium/chrome/browser/chromeos/login/
update_view.cc 32 // TODO(nkostylev): Switch to GridLayout.
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 161 // It exists to circumvent shortcomings of GridLayout and BoxLayout (namely that
796 views::GridLayout* label_bar_layout = new views::GridLayout(label_bar);
801 views::GridLayout::LEADING,
802 views::GridLayout::LEADING,
804 views::GridLayout::FIXED,
807 columns->AddColumn(views::GridLayout::LEADING,
808 views::GridLayout::LEADING,
810 views::GridLayout::USE_PREF,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view.h 27 class GridLayout;
  /external/chromium_org/ui/views/layout/
box_layout.cc 111 // default behavior of GridLayout::GetPreferredHeightForWidth().
  /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/devtools/tools/lib/
uiautomatorviewer.jar 
  /frameworks/base/docs/html/tools/support-library/
index.jd 253 <dt>New v7 gridlayout library:</dt>
256 <li>Added {@link android.support.v7.widget.GridLayout} to provide support for the
257 {@link android.widget.GridLayout} layout object.</li>
259 within a {@link android.support.v7.widget.GridLayout} layout object.</li>
454 <li>Removed unused attributes from the gridlayout library projects to make sure
456 <li>Added {@code .classpath} and {@code .project} files for the gridlayout
    [all...]
setup.jd 94 appcompat</a> and <a href="{@docRoot}tools/support-library/features.html#v7-gridlayout">v7
95 gridlayout</a> libraries include resources.</p>
  /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));

Completed in 3099 milliseconds

<<111213141516171819