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

<<111213141516171819

  /development/samples/Support7Demos/
AndroidManifest.xml 93 <!-- GridLayout Support Samples -->
  /frameworks/base/docs/html/guide/topics/ui/layout/
grid.jd 24 <img src="{@docRoot}images/ui/gridlayout.png" alt="" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 143 import org.eclipse.swt.layout.GridLayout;
347 GridLayout gl = new GridLayout(1, false);
405 GridLayout gridLayout = new GridLayout(1, false);
406 gridLayout.horizontalSpacing = 0;
407 gridLayout.verticalSpacing = 0;
408 gridLayout.marginWidth = 0;
409 gridLayout.marginHeight = 0
    [all...]
LayoutActionBar.java 51 import org.eclipse.swt.layout.GridLayout;
96 GridLayout layout = new GridLayout(3, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 96 import org.eclipse.swt.layout.GridLayout;
492 composite.setLayout(new GridLayout(1, false));
584 composite.setLayout(new GridLayout(1, false));
extra-view-metadata.xml 186 class="android.widget.GridLayout"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 66 import org.eclipse.swt.layout.GridLayout;
268 GridLayout gl = new GridLayout(2, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 53 import org.eclipse.swt.layout.GridLayout;
119 GridLayout gl = new GridLayout(2, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 60 import org.eclipse.swt.layout.GridLayout;
130 container.setLayout(new GridLayout(2, false));
286 ((GridLayout) parent.getLayout()).numColumns += 2;
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 32 import org.eclipse.swt.layout.GridLayout;
146 // GridLayout
147 GridLayout layout = new GridLayout();
297 group.setLayout(new GridLayout(columns, false));
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
ddmuilib.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 50 import android.widget.GridLayout;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 48 import android.widget.GridLayout;
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 368 UiSelector gridLayout = new UiSelector().className(android.widget.GridLayout.class
372 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 171 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless
216 String gridLayout = mLayout.getTagName();
222 end -= (gridLayout.length() + 3); // 3: <, /, >
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 77 import org.eclipse.swt.layout.GridLayout;
153 GridLayout topLayout = new GridLayout();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 55 import org.eclipse.swt.layout.GridLayout;
116 GridLayout gl_container = new GridLayout(4, false);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 143 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@link android.widget.GridLayout} to improve performance. The default maximum depth is 10.</li>
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 40 android.widget.GridView.class.getName(), android.widget.GridLayout.class.getName(),
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 87 private static final String FD_GRIDLAYOUT = "gridlayout"; //$NON-NLS-1$
263 File path = installSupport(8); // GridLayout arrived in rev 7 and fixed in rev 8
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 45 import org.eclipse.swt.layout.GridLayout;
711 top.setLayout(new GridLayout(1, false));
    [all...]

Completed in 1985 milliseconds

<<111213141516171819