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

1 2 3 4 5 67 8 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 50 compile 'com.android.support:gridlayout-v7:22.1+'
  /frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/test/
GridLayoutTest.java 21 import android.support.v7.widget.GridLayout;
23 import android.support.v7.gridlayout.R;
89 GridLayout.LayoutParams lp = (GridLayout.LayoutParams) rightView.getLayoutParams();
  /packages/apps/DeskClock/
build.gradle 39 compile project(":support-v7-gridlayout")
  /packages/apps/Gallery2/res/layout-land/
filtershow_saturation_controls.xml 14 <GridLayout
124 </GridLayout>
127 <GridLayout
151 </GridLayout>
  /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/build/
sdk.atree     [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/layout/
test5_detail_fragment.xml 41 <GridLayout
94 </GridLayout>
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/layout-land/
test5_detail_fragment.xml 46 <GridLayout
99 </GridLayout>
  /development/samples/ApiDemos/res/layout/
image_block.xml 3 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
90 </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));

Completed in 350 milliseconds

1 2 3 4 5 67 8 91011>>