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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v7/gridlayout/tests/res/layout/
make_view_gone_test.xml 17 <android.support.v7.widget.GridLayout
39 </android.support.v7.widget.GridLayout>
use_default_margin_test.xml 18 <android.support.v7.widget.GridLayout
48 </android.support.v7.widget.GridLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample11-expected-insertSpacer.xml 17 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
59 </GridLayout
sample2-expected-gridLayout2.xml 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
67 </GridLayout
  /packages/apps/Gallery2/res/layout-land/
filtershow_grad_ui.xml 25 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
50 </GridLayout>
53 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
78 </GridLayout>
79 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
104 </GridLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 50 import org.eclipse.swt.layout.GridLayout;
267 GridLayout gridLayout = new GridLayout(1, false);
268 gridLayout.marginWidth = 0;
269 gridLayout.marginHeight = 0;
270 gridLayout.horizontalSpacing = 0;
271 gridLayout.verticalSpacing = 0;
272 mContents.setLayout(gridLayout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 27 import org.eclipse.swt.layout.GridLayout;
65 c.setLayout(new GridLayout(0, false));
76 parent.setLayout(new GridLayout());
82 controlGroup.setLayout(new GridLayout(2, false));
132 statusGroup.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 35 import org.eclipse.swt.layout.GridLayout;
64 GridLayout loupeLayout = new GridLayout();
71 GridLayout pixelPerfectLoupeBorderGridLayout = new GridLayout();
TreeViewView.java 36 import org.eclipse.swt.layout.GridLayout;
50 GridLayout layout = new GridLayout();
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 19 <a href="http://android-developers.blogspot.com/2011/11/new-layout-widgets-space-and-gridlayout.html">
20 <h4>New Layout Widgets: Space and GridLayout</h4>
22 richer user interfaces made possible by larger displays: Space and GridLayout.</p> </a>
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableDupPerf.java 25 import android.widget.GridLayout;
93 GridLayout container = new GridLayout(this);
  /packages/apps/Email/
Android.mk 28 gridlayout_dir := ../../../$(SUPPORT_LIBRARY_ROOT)/v7/gridlayout/res
47 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips:com.android.mail:com.android.email:com.android.emailcommon:com.android.ex.photo:android.support.v7.appcompat:android.support.v7.gridlayout:com.android.bitmap:com.android.datetimepicker
53 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-gridlayout
  /packages/apps/UnifiedEmail/
Android.mk 23 gridlayout_dir := ../../../$(SUPPORT_LIBRARY_ROOT)/v7/gridlayout/res
41 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-gridlayout
53 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips:com.android.ex.photo:android.support.v7.appcompat:android.support.v7.gridlayout:com.android.bitmap:com.android.datetimepicker
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSelectionPage.java 43 import org.eclipse.swt.layout.GridLayout;
81 workArea.setLayout(new GridLayout());
89 GridLayout layout = new GridLayout();
139 GridLayout layout = new GridLayout();
  /frameworks/base/core/java/android/widget/
GridLayout.java 59 * through {@code N} inclusive. Regardless of how GridLayout is
67 * by their {@link GridLayout.LayoutParams#rowSpec rowSpec} and
68 * {@link GridLayout.LayoutParams#columnSpec columnSpec} layout parameters.
71 * Although cells do not normally overlap in a GridLayout, GridLayout does
79 * wishes to occupy, GridLayout assigns cell locations automatically using its:
80 * {@link GridLayout#setOrientation(int) orientation},
81 * {@link GridLayout#setRowCount(int) rowCount} and
82 * {@link GridLayout#setColumnCount(int) columnCount} properties.
95 * {@link GridLayout#setUseDefaultMargins(boolean) useDefaultMargins
    [all...]
  /cts/apps/CtsVerifier/res/layout/
fs_info.xml 18 <GridLayout
55 </GridLayout>
  /frameworks/base/tests/BiDiTests/res/layout/
grid_layout_ltr.xml 23 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
93 </GridLayout>
grid_layout_rtl.xml 23 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
93 </GridLayout>
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 36 import android.support.v7.gridlayout.R;
58 * through {@code N} inclusive. Regardless of how GridLayout is
66 * by their {@link GridLayout.LayoutParams#rowSpec rowSpec} and
67 * {@link GridLayout.LayoutParams#columnSpec columnSpec} layout parameters.
70 * Although cells do not normally overlap in a GridLayout, GridLayout does
78 * wishes to occupy, GridLayout assigns cell locations automatically using its:
79 * {@link GridLayout#setOrientation(int) orientation},
80 * {@link GridLayout#setRowCount(int) rowCount} and
81 * {@link GridLayout#setColumnCount(int) columnCount} properties
    [all...]
  /packages/apps/Calendar/res/layout-sw600dp/
agenda_day.xml 16 <GridLayout
71 </GridLayout>
  /packages/apps/ExactCalculator/res/layout/
pad_operator_one_col.xml 18 <GridLayout
76 </GridLayout>
pad_operator_two_col.xml 18 <GridLayout
83 </GridLayout>
  /packages/apps/Gallery2/res/layout/
ingest_date_tile.xml 20 <GridLayout
63 </GridLayout>
  /packages/apps/Settings/res/layout/
app_ops_details_item.xml 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
72 </GridLayout>
app_ops_item.xml 20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
63 </GridLayout>

Completed in 638 milliseconds

1 2 3 45 6 7 8 91011>>