HomeSort by relevance Sort by last modified time
    Searched full:alignmentmode (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Gallery2/res/layout-land/
filtershow_vignette_controls.xml 18 android:alignmentMode="alignBounds"
97 android:alignmentMode="alignBounds"
filtershow_saturation_controls.xml 18 android:alignmentMode="alignBounds"
131 android:alignmentMode="alignBounds"
  /development/samples/ApiDemos/res/layout/
grid_layout_2.xml 22 android:alignmentMode="alignBounds"
  /development/samples/ApiDemos/res/layout-land/
grid_layout_2.xml 22 android:alignmentMode="alignBounds"
  /development/samples/Support7Demos/res/layout/
grid_layout_2.xml 23 app:alignmentMode="alignBounds"
  /development/samples/Support7Demos/res/layout-land/
grid_layout_2.xml 23 app:alignmentMode="alignBounds"
  /frameworks/base/tests/BiDiTests/res/layout/
grid_layout_locale.xml 27 android:alignmentMode="alignBounds"
grid_layout_ltr.xml 27 android:alignmentMode="alignBounds"
grid_layout_rtl.xml 27 android:alignmentMode="alignBounds"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt 65 ?android:alignmentMode
completionvalues1-expected-completion32.txt 5 android:alignmentMode : When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins. [enum]
    [all...]
  /packages/apps/Gallery2/res/layout/
filtershow_export_dialog.xml 36 android:alignmentMode="alignBounds"
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.R.attr.html 164 <A NAME="android.R.attr.alignmentMode"></A>
165 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#alignmentMode" target="_top"><code>alignmentMode</code></A></nobr>
fields_index_additions.html 123 <nobr><A HREF="android.R.attr.html#android.R.attr.alignmentMode" class="hiddenlink" target="rightframe">alignmentMode</A>
    [all...]
fields_index_all.html 134 <nobr><A HREF="android.R.attr.html#android.R.attr.alignmentMode" class="hiddenlink" target="rightframe">alignmentMode</A>
    [all...]
alldiffs_index_additions.html 201 <!-- Field alignmentMode -->
202 <nobr><A HREF="android.R.attr.html#android.R.attr.alignmentMode" class="hiddenlink" target="rightframe">alignmentMode</A>
    [all...]
alldiffs_index_all.html 246 <!-- Field alignmentMode -->
247 <nobr><A HREF="android.R.attr.html#android.R.attr.alignmentMode" class="hiddenlink" target="rightframe">alignmentMode</A>
    [all...]
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 47 <attr name="alignmentMode">
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 47 <attr name="alignmentMode">
  /frameworks/base/core/java/android/widget/
GridLayout.java 190 * This constant is an {@link #setAlignmentMode(int) alignmentMode}.
191 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
209 * This constant is an {@link #setAlignmentMode(int) alignmentMode}.
210 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
448 * {@link #setAlignmentMode(int) alignmentMode}
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
501 public void setAlignmentMode(int alignmentMode) {
502 this.mAlignmentMode = alignmentMode;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 190 * This constant is an {@link #setAlignmentMode(int) alignmentMode}.
191 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
209 * This constant is an {@link #setAlignmentMode(int) alignmentMode}.
210 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
448 * {@link #setAlignmentMode(int) alignmentMode}
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
501 public void setAlignmentMode(int alignmentMode) {
502 this.mAlignmentMode = alignmentMode;
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/res/res/values/
public.xml     [all...]
attrs.xml     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 733 milliseconds

1 2