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

1 2 3 4 56 7 8 91011>>

  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/layout/
sample_main.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:id="@+id/LinearLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:gravity="center"
7 android:orientation="vertical"
11 android:layout_width="wrap_content
    [all...]
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/res/layout/
sample_main.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:id="@+id/LinearLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:gravity="center"
7 android:orientation="vertical"
11 android:layout_width="wrap_content
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/res/layout/
devices_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical"
6 android:layout_gravity="top"
7 android:gravity="top" >
11 android:id="@android:id/list
    [all...]
main.xml 2 <FrameLayout 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 xmlns:android="http://schemas.android.com/apk/res/android"
9 android:id="@+id/container_root
    [all...]
  /development/samples/browseable/BasicMediaRouter/res/layout/
sample_main.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:id="@+id/LinearLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:gravity="center"
7 android:orientation="vertical"
11 android:layout_width="wrap_content
    [all...]
  /external/svox/PicoLangInstallerDeuDeu/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/PicoLangInstallerEngGbr/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/PicoLangInstallerEngUsa/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/PicoLangInstallerFraFra/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/PicoLangInstallerItaIta/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/PicoLangInstallerSpaEsp/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="fill_parent"
6 android:background="#ff000000"
7 android:layout_height="fill_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /external/svox/picolanginstaller/res/layout/
installing.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/root" android:layout_width="match_parent"
6 android:background="#ff000000"
7 android:layout_height="match_parent">
9 <LinearLayout android:id="@+id/progress_indicator"
10 android:orientation="vertical"
11 android:layout_centerInParent="true
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample10-expected-convertFromGrid.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/LinearLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:columnCount="2"
7 android:orientation="horizontal" >
10 android:id="@+id/button1"
11 android:layout_width="wrap_content
    [all...]
sample10-expected-initialAttributes.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/LinearLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:columnCount="2"
7 android:orientation="vertical" >
10 android:id="@+id/button1"
11 android:layout_width="wrap_content
    [all...]
sample3-expected-wrapIn2.xml 2 <android.gesture.GestureOverlayView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
7 android:id="@+id/newlinear"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"
10 android:orientation="vertical"
    [all...]
sample9-expected-convertToGrid.xml 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/GridLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:columnCount="3"
7 android:orientation="horizontal" >
10 android:id="@+id/button1"
11 android:layout_gravity="left
    [all...]
  /frameworks/base/tests/TransitionTests/res/layout/
results_screen.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:background="#7f7f7f"
7 android:id="@+id/container">
8 <LinearLayout android:orientation="horizontal"
9 android:layout_width="wrap_content
    [all...]
activity_login.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:id="@+id/container"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent">
7 android:id="@+id/password"
8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content"
10 android:layout_alignRight="@+id/username
    [all...]
interruption_inner_1.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_alignParentTop="true
    [all...]
  /external/robolectric/v1/src/test/resources/res/layout/
activity_list_item.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="wrap_content"
4 android:paddingTop="1dip"
5 android:paddingBottom="1dip"
6 android:paddingLeft="6dip"
7 android:paddingRight="6dip">
9 <ImageView android:id="@+id/icon
    [all...]
  /frameworks/base/media/packages/BluetoothMidiService/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.bluetoothmidiservice"
5 <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
6 <uses-feature android:name="android.software.midi" android:required="true"/
    [all...]
  /frameworks/base/packages/SystemUI/res/anim/
lockscreen_fingerprint_fp_to_error_state_ridge_2_path_animation.xml 3 xmlns:android="http://schemas.android.com/apk/res/android" >
5 android:ordering="sequentially" >
7 android:duration="16"
8 android:propertyName="trimPathEnd"
9 android:valueFrom="1.0"
10 android:valueTo="1.0"
11 android:valueType="floatType"
12 android:interpolator="@android:interpolator/linear" /
    [all...]
lockscreen_fingerprint_fp_to_error_state_ridge_6_path_animation.xml 3 xmlns:android="http://schemas.android.com/apk/res/android" >
5 android:ordering="sequentially" >
7 android:duration="16"
8 android:propertyName="trimPathStart"
9 android:valueFrom="0.0"
10 android:valueTo="0.0"
11 android:valueType="floatType"
12 android:interpolator="@android:interpolator/linear" /
    [all...]
lockscreen_fingerprint_fp_to_error_state_ridge_7_path_animation.xml 3 xmlns:android="http://schemas.android.com/apk/res/android" >
5 android:ordering="sequentially" >
7 android:duration="33"
8 android:propertyName="trimPathStart"
9 android:valueFrom="0.0"
10 android:valueTo="0.0"
11 android:valueType="floatType"
12 android:interpolator="@android:interpolator/linear" /
    [all...]
  /frameworks/base/tests/StatusBar/res/layout/
progress_notification.xml 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="fill_parent"
5 android:layout_height="wrap_content">
8 android:id="@+id/progress_bar"
9 style="?android:attr/progressBarStyleHorizontal"
10 android:layout_width="fill_parent"
11 android:layout_height="wrap_content
    [all...]

Completed in 752 milliseconds

1 2 3 4 56 7 8 91011>>