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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tests/TransitionTests/res/layout/
interruption_inner_2.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="match_parent"
4 android:id="@+id/buttonContainer">
6 android:layout_width="wrap_content"
7 android:layout_height="wrap_content"
8 android:layout_alignParentTop="true"
9 android:id="@+id/button
    [all...]
interruption_inner_3.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="match_parent"
4 android:id="@+id/buttonContainer">
6 android:layout_width="wrap_content"
7 android:layout_height="wrap_content"
8 android:id="@+id/button"
9 android:layout_alignParentBottom="true
    [all...]
interruption_inner_4.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="match_parent"
4 android:id="@+id/buttonContainer">
6 android:layout_width="wrap_content"
7 android:layout_height="wrap_content"
8 android:id="@+id/button"
9 android:layout_alignParentBottom="true
    [all...]
  /frameworks/base/tests/UsageStatsTest/res/layout/
row_item.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="horizontal"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:paddingLeft="16dp"
7 android:paddingRight="16dp">
9 <TextView android:id="@android:id/text1
    [all...]
  /packages/experimental/NotificationShowcase/res/layout/
full_screen.xml 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
9 <ImageView android:layout_width="match_parent"
10 android:layout_height="0dp"
11 android:orientation="vertical"
12 android:layout_weight="1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound6.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical" >
8 android:id="@+id/layout1"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center"
    [all...]
  /sdk/testapps/testSensors/res/layout/
one_row.xml 2 <TableRow xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" >
7 android:id="@+id/row_textview_name"
8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content"
10 android:saveEnabled="false"
11 android:layout_marginRight="10dp"
    [all...]
  /frameworks/base/media/tests/EffectsTest/res/layout/
envreverbtest.xml 2 <!-- Copyright (C) 2009 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="fill_parent"
19 android:layout_height="fill_parent"
20 android:orientation="vertical">
23 android:src="@android:drawable/divider_horizontal_dark"
24 android:layout_width="fill_parent
    [all...]
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/res/layout/
main_layout.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#0099cc"
9 android:id="@+id/imageView"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent
    [all...]
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/res/layout/
main_layout.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#0099cc"
9 android:id="@+id/imageView"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent
    [all...]
  /development/samples/browseable/RenderScriptIntrinsic/res/layout/
main_layout.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#0099cc"
9 android:id="@+id/imageView"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent
    [all...]
  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
combo.xml 2 <set xmlns:android="http://schemas.android.com/apk/res/android"
3 android:ordering="sequentially">
4 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
5 android:propertyName="alpha"
6 android:repeatCount="1"
7 android:repeatMode="reverse
    [all...]
  /external/opencv3/samples/android/color-blob-detection/res/layout/
color_blob_detection_surface_view.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
6 <org.opencv.android.JavaCameraView
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent"
9 android:id="@+id/color_blob_detection_activity_surface_view" /
    [all...]
  /external/opencv3/samples/android/face-detection/res/layout/
face_detect_surface_view.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
6 <org.opencv.android.JavaCameraView
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent"
9 android:id="@+id/fd_activity_surface_view" /
    [all...]
  /external/opencv3/samples/android/image-manipulations/res/layout/
image_manipulations_surface_view.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
6 <org.opencv.android.JavaCameraView
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent"
9 android:id="@+id/image_manipulations_activity_surface_view" /
    [all...]
  /external/opencv3/samples/android/tutorial-2-mixedprocessing/res/layout/
tutorial2_surface_view.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
6 <org.opencv.android.JavaCameraView
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent"
9 android:id="@+id/tutorial2_activity_surface_view" /
    [all...]
  /external/replicaisland/res/anim/
fade_in.xml 1 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
2 android:interpolator="@android:anim/accelerate_interpolator"
3 android:fromAlpha="0.0"
4 android:toAlpha="1.0"
5 android:duration="5000"
6 android:startOffset="5000"
7 android:fillAfter="true"/
    [all...]
horizontal_layer1_slide.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromXDelta="0"
5 android:toXDelta="-170"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]
horizontal_layer2_slide.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromXDelta="0"
5 android:toXDelta="-280"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]
kabocha_game_over.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromXDelta="-200"
5 android:toXDelta="0"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="8000"/
    [all...]
rokudou_game_over.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromYDelta="-200"
5 android:toYDelta="0"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="8000"/
    [all...]
rokudou_slide_bg.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromYDelta="-130"
5 android:toYDelta="-50"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]
rokudou_slide_cliffs.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromYDelta="-158"
5 android:toYDelta="2"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]
rokudou_slide_rokudou.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromYDelta="278"
5 android:toYDelta="-11"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]
rokudou_slide_sphere.xml 2 <translate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:interpolator="@android:anim/accelerate_decelerate_interpolator"
4 android:fromYDelta="-110"
5 android:toYDelta="-10"
6 android:duration="6000"
7 android:fillAfter="true"
8 android:startOffset="2000"/
    [all...]

Completed in 3257 milliseconds

1 2 3 4 5 67 8 91011>>