HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/GridLayoutTest/res/layout/
grid6.xml 17 <GridLayout
39 </GridLayout>
grid7.xml 16 <GridLayout
39 </GridLayout>
  /frameworks/support/v7/gridlayout/
Android.mk 22 LOCAL_MODULE := android-support-v7-gridlayout
28 $(call dist-for-goals, droidcore sdk, $(LOCAL_BUILT_MODULE):android-support-v7-gridlayout.jar)
  /packages/apps/Gallery2/res/layout/
filtershow_control_title_slider.xml 18 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
42 </GridLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 18 <GridLayout ></GridLayout>
completion1-expected-completion12.txt 18 <GridLayout ></GridLayout>
completion9-expected-completion64.txt 18 <GridLayout ></GridLayout>
sample1a-expected-gridLayout1.xml 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
61 </GridLayout
sample5-expected-gridLayout5.xml 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
51 </GridLayout
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 227 views::GridLayout* layout = views::GridLayout::CreatePanel(this);
238 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::CENTER,
239 33.33f, views::GridLayout::FIXED, 0, 0);
240 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::CENTER,
241 33.33f, views::GridLayout::FIXED, 0, 0);
242 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::CENTER
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 28 import static android.widget.GridLayout.*;
29 import static android.widget.GridLayout.LayoutParams;
32 * A form, showing use of the GridLayout API. Here we demonstrate use of the row/column order
40 GridLayout p = new GridLayout(context);
GridLayout2.java 25 * A form, showing use of the GridLayout API from XML.
  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 58 views::GridLayout* layout = new views::GridLayout(this);
62 column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::LEADING, 1,
63 views::GridLayout::USE_PREF, 0, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 28 import org.eclipse.swt.layout.GridLayout;
53 GridLayout gridLayout = new GridLayout(2, false);
54 setLayout(gridLayout);
  /external/chromium/chrome/browser/chromeos/login/
captcha_view.cc 158 views::GridLayout* layout = views::GridLayout::CreatePanel(this);
163 column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL, 1,
164 views::GridLayout::USE_PREF, 0, 0);
204 views::GridLayout::CENTER, views::GridLayout::CENTER);
screen_lock_view.cc 88 using views::GridLayout;
155 GridLayout* layout = new GridLayout(main_);
159 column_set->AddColumn(GridLayout::FILL, GridLayout::FILL, 1,
160 GridLayout::USE_PREF, 0, 0);
165 column_set->AddColumn(GridLayout::FILL, GridLayout::FILL, 1,
166 GridLayout::USE_PREF, 0, 0);
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.widget.GridLayout.html 10 android.widget.GridLayout
74 Class android.widget.<A HREF="../../../../reference/android/widget/GridLayout.html" target="_top"><font size="+2"><code>GridLayout</code></font></A>
87 <A NAME="android.widget.GridLayout.END"></A>
88 <nobr><code>Alignment</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#END" target="_top"><code>END</code></A></nobr>
94 <A NAME="android.widget.GridLayout.START"></A>
95 <nobr><code>Alignment</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#START" target="_top"><code>START</code></A></nobr>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 40 * (for example) a backport of GridLayout, which must be used as a library
44 * {@code <GridLayout>} into {@code <com.android.support.v7.GridLayout>} if it
61 * <li> Return the alternative tag. For example, for "GridLayout", it will
62 * (if the minimum SDK is less than 14) return "com.android.support.v7.GridLayout"
67 * @param tag the tag to look up, such as "GridLayout"
168 if (manifestInfo.getPackage().equals("android.support.v7.gridlayout")) { //$NON-NLS-1$
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 4 <declare-styleable name="GridLayout">
15 layout parameters. GridLayout works like LinearLayout in this case;
34 When set to true, tells GridLayout to use default margins when none are specified
37 See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.
45 See {@link android.widget.GridLayout#setAlignmentMode(int)}.
51 See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
56 See {@link android.widget.GridLayout#ALIGN_MARGINS}.
64 See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.
71 See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.
124 See {@link android.widget.GridLayout.Spec}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 25 import org.eclipse.swt.layout.GridLayout;
58 container.setLayout(new GridLayout(2, false));
65 composite.setLayout(new GridLayout(3, false));
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 4 <declare-styleable name="GridLayout">
15 layout parameters. GridLayout works like LinearLayout in this case;
34 When set to true, tells GridLayout to use default margins when none are specified
37 See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.
45 See {@link android.widget.GridLayout#setAlignmentMode(int)}.
51 See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
56 See {@link android.widget.GridLayout#ALIGN_MARGINS}.
64 See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.
71 See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.
135 See {@link android.widget.GridLayout.Spec}
    [all...]
  /development/build/
sdk.atree 279 frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt
280 frameworks/support/v7/gridlayout/.project extras/android/support/v7/gridlayout/.project
281 frameworks/support/v7/gridlayout/.classpath extras/android/support/v7/gridlayout/.classpath
282 frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml
283 frameworks/support/v7/gridlayout/project.properties extras/android/support/v7/gridlayout/project.propertie
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 198 int* gridLayout = axis.m_sizes.data();
201 gridLayout[0] = availableLen;
221 gridLayout[i] = max(grid[i].value(), 0);
222 totalFixed += gridLayout[i];
229 gridLayout[i] = max(grid[i].calcValue(availableLen), 0);
230 totalPercent += gridLayout[i];
251 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed;
252 remainingLen -= gridLayout[i];
267 gridLayout[i] = (gridLayout[i] * remainingPercent) / totalPercent
    [all...]
  /cts/tests/src/android/widget/cts/
GridLayoutStubActivity.java 24 * A minimal application for {@link android.widget.GridLayout} test.
  /development/samples/Support7Demos/res/values/
strings.xml 37 <!-- GridLayout -->
39 <string name="grid_layout_1">GridLayout/1. Simple Form</string>
40 <string name="grid_layout_2">GridLayout/2. Form (XML)</string>
41 <string name="grid_layout_3">GridLayout/3. Form (Java)</string>

Completed in 1306 milliseconds

1 23 4 5 6 7 8 91011>>