HomeSort by relevance Sort by last modified time
    Searched full:layout_below (Results 226 - 250 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/InCallUI/res/layout/
primary_call_info.xml 70 android:layout_below="@id/name"
106 android:layout_below="@id/labelAndNumber"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
204 return LAYOUT_BELOW;
DeletionHandler.java 239 case LAYOUT_BELOW:
244 case LAYOUT_BELOW:
ConstraintPainter.java 32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
206 && (type == LAYOUT_ABOVE || type == LAYOUT_BELOW
288 case LAYOUT_BELOW:
296 opposite2 = LAYOUT_BELOW;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 123 linear2.addAttributes(SdkConstants.NS_RESOURCES, "layout_below", "@+id/linear1");
224 linear5.addAttributes(SdkConstants.NS_RESOURCES, "layout_below", "@+id/linear4");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 136 " android:layout_below=\"@+id/button1\"\n" +
178 " android:layout_below=\"@+id/button3\"\n" +
194 " android:layout_below=\"@+id/checkBox1\"\n" +
237 " android:layout_below=\"@+id/button1\"\n" +
284 " android:layout_below=\"@+id/button3\"\n" +
314 " android:layout_below=\"@+id/button1\"\n" +
  /packages/apps/Settings/res/layout/
installed_app_details.xml 277 android:layout_below="@id/cache_header"
312 android:layout_below="@id/cache_size"
358 android:layout_below="@id/auto_launch"
  /frameworks/base/docs/html-intl/ja/training/multiscreen/
screensizes.jd 88 android:layout_below="@id/label"/>
93 android:layout_below="@id/entry"
  /frameworks/base/docs/html-intl/ko/training/multiscreen/
screensizes.jd 88 android:layout_below="@id/label"/>
93 android:layout_below="@id/entry"
  /frameworks/base/docs/html-intl/ru/training/multiscreen/
screensizes.jd 88 android:layout_below="@id/label"/>
93 android:layout_below="@id/entry"
  /frameworks/base/docs/html-intl/zh-cn/training/multiscreen/
screensizes.jd 88 android:layout_below="@id/label"/>
93 android:layout_below="@id/entry"
  /packages/apps/Dialer/res/layout/
playback_layout.xml 65 android:layout_below="@id/buttons_linear_layout"
  /packages/apps/Gallery2/res/layout-land/
filtershow_editor_panel.xml 124 android:layout_below="@id/toggle_state"
  /packages/apps/LegacyCamera/res/layout/
pano_capture.xml 66 android:layout_below="@id/pano_pan_progress_bar_layout"
  /packages/apps/SoundRecorder/res/layout-land/
main.xml 69 android:layout_below="@+id/stateMessage2Layout"
  /packages/apps/SoundRecorder/res/layout-port/
main.xml 66 android:layout_below="@+id/stateMessage2Layout"
  /packages/apps/SoundRecorder/res/layout-xlarge/
main.xml 66 android:layout_below="@+id/stateMessage2Layout"
  /packages/apps/VideoEditor/res/layout-w1280dp-land/
project_layout.xml 82 android:layout_below="@id/playback_buttons"
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 72 // TEST: android:layout_below; android:layout_alignLeft
179 // TEST: android:layout_below; android:layout_alignStart
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 258 "layout_below", "layout_above", //$NON-NLS-1$ //$NON-NLS-2$
264 "layout_above", "layout_below", //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/docs/html/training/keyboard-input/
navigation.jd 112 android:layout_below="@id/button1"
  /packages/apps/InCallUI/res/values/
styles.xml 186 <item name="android:layout_below">@id/primary_call_banner</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 39 new Rect(70, 280, 100, 80)).set(ANDROID_URI, "layout_below",
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 301 view2: <code>android:layout_above="view2" android:layout_below="view1"</code>. This has the effect of making
332 <li>Positioning views realtive to one another using the <code>android:layout_below</code> and
333 <code>android:layout_below</code> and <code>android:layout_toLeft<code> attributes.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_layout.c 194 /* Layout_below: step right after second mipmap.

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>