HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 176 - 200 of 567) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout2.java 25 * A form, showing use of the GridLayout API from XML.
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 32 import android.widget.GridLayout;
50 GridLayout mGridLayout;
64 mGridLayout = (GridLayout) findViewById(R.id.gridLayout);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawableStaticPerf.java 23 import android.widget.GridLayout;
  /frameworks/data-binding/samples/BindingDemo/app/
build.gradle 52 compile 'com.android.support:gridlayout-v7:22.1+'
  /frameworks/support/scripts/
support-deps-license.sh 44 rundeps frameworks/support/v7/gridlayout
  /packages/apps/Gallery2/res/layout-land/
filtershow_saturation_controls.xml 14 <GridLayout
124 </GridLayout>
127 <GridLayout
151 </GridLayout>
  /prebuilts/maven_repo/android/com/android/support/gridlayout-v7/
maven-metadata.xml 4 <artifactId>gridlayout-v7</artifactId>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 32 import org.eclipse.swt.layout.GridLayout;
77 // parent's layout is a GridLayout as specified in the javadoc.
121 GridLayout gl = new GridLayout(2, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 35 import org.eclipse.swt.layout.GridLayout;
76 top.setLayout(new GridLayout(1, false));
80 targetGroup.setLayout(new GridLayout(1, false));
87 libraryGroup.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 36 import org.eclipse.swt.layout.GridLayout;
203 GridLayout gridLayout = new GridLayout(1, false);
204 gridLayout.verticalSpacing = HEADER_SPACING;
205 gridLayout.horizontalSpacing = 0;
206 gridLayout.marginWidth = 0;
207 gridLayout.marginHeight = 0;
208 setLayout(gridLayout);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/
allwidgets.xml 99 <GridLayout
100 android:id="@id/gridLayout"
138 </GridLayout>
144 android:layout_alignTop="@id/gridLayout"
145 android:layout_toEndOf="@id/gridLayout" />
152 android:layout_toEndOf="@id/gridLayout" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 40 import org.eclipse.swt.layout.GridLayout;
76 GridLayout gl = null;
81 mTopComposite.setLayout(new GridLayout(1, false));
86 projectComposite.setLayout(gl = new GridLayout(3, false));
147 GridLayout gl = null;
150 gl = new GridLayout(2, false);
  /development/samples/ApiDemos/res/layout/
image_block.xml 3 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
90 </GridLayout
  /frameworks/base/tests/UiBench/res/layout/
activity_transition.xml 17 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
88 </GridLayout
  /packages/apps/Calendar/res/layout/
agenda_item.xml 17 <GridLayout
100 </GridLayout>
  /packages/apps/Calendar/res/layout-sw600dp/
agenda_item.xml 17 <GridLayout
100 </GridLayout>
  /packages/apps/ExactCalculator/res/layout/
pad_numeric.xml 18 <GridLayout
112 </GridLayout>
  /packages/apps/Gallery2/res/layout/
filtershow_export_dialog.xml 32 <GridLayout
100 </GridLayout>
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 23 import android.widget.GridLayout;
28 public class PagedViewGridLayout extends GridLayout implements Page {
  /packages/apps/Settings/res/layout/
running_processes_item.xml 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
87 </GridLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 27 import org.eclipse.swt.layout.GridLayout;
65 composite.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ColumnDialog.java 27 import org.eclipse.swt.layout.GridLayout;
56 container.setLayout(new GridLayout(1, false));
InputDensityDialog.java 25 import org.eclipse.swt.layout.GridLayout;
50 container.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 18 import org.eclipse.swt.layout.GridLayout;
51 workingSetGroup.setLayout(new GridLayout(1, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 23 import org.eclipse.swt.layout.GridLayout;
40 container.setLayout(new GridLayout(1, false));

Completed in 1687 milliseconds

1 2 3 4 5 6 78 91011>>