HomeSort by relevance Sort by last modified time
    Searched full:android (Results 426 - 450 of 67604) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/BiDiTests/res/layout/
table_layout_locale.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
17 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/table_layout_locale"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent">
22 <LinearLayout android:orientation="vertical"
23 android:layout_width="match_parent"
24 android:layout_height="match_parent
    [all...]
table_layout_ltr.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
17 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/table_layout_ltr"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent">
22 <LinearLayout android:orientation="vertical"
23 android:layout_width="match_parent"
24 android:layout_height="match_parent
    [all...]
table_layout_rtl.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
17 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/table_layout_rtl"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent">
22 <LinearLayout android:orientation="vertical"
23 android:layout_width="match_parent"
24 android:layout_height="match_parent
    [all...]
  /development/samples/ApiDemos/res/layout/
keystore_usage.xml 3 Copyright 2013 The Android Open Source Project
20 See src/com/android/sdk/security/AndroidKeyStoreUsage.java
22 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 android:id="@+id/LinearLayout1"
24 android:layout_width="match_parent"
25 android:layout_height="match_parent"
26 android:orientation="vertical"
27 android:padding="6dip"
    [all...]
  /development/apps/Development/res/layout/
accounts_tester.xml 2 <!-- Copyright (C) 2007 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:orientation="vertical"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent">
22 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    [all...]
  /external/replicaisland/res/layout/
rokudou_ending_animation.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content">
6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content
    [all...]
  /packages/apps/Settings/res/layout/
dream_info_row.xml 2 Copyright (C) 2012 The Android Open Source Project
16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="wrap_content" >
23 android:id="@android:id/widget_frame"
24 android:layout_width="match_parent"
25 android:layout_height="wrap_content
    [all...]
user_dictionary_item.xml 2 <!-- Copyright (C) 2010 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="wrap_content"
20 android:minHeight="?android:attr/listPreferredItemHeight"
21 android:gravity="center_vertical"
22 android:paddingEnd="?android:attr/scrollbarSize
    [all...]
running_processes_item.xml 4 ** Copyright 2010, The Android Open Source Project
20 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
22 android:layout_height="wrap_content"
23 android:minHeight="?android:attr/listPreferredItemHeight"
24 android:paddingStart="?android:attr/listPreferredItemPaddingStart
    [all...]
  /packages/services/Telephony/tests/res/layout/
call_dial_test.xml 2 <!-- Copyright (C) 2010 The Android Open Source Project
18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:orientation="vertical"
20 android:gravity="center_vertical|center_horizontal"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:paddingTop="64dip"
26 <TextView android:id="@+id/label1
    [all...]
  /frameworks/base/tests/FrameworkPerf/res/layout/
large_layout.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:orientation="vertical"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent">
24 android:id="@+id/eap_not_supported"
25 android:layout_width="match_parent"
26 android:layout_height="wrap_content
    [all...]
  /cts/suite/cts/deviceTests/opengl/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.cts.opengl"
4 android:versionCode="1"
5 android:versionName="1.0" >
8 android:minSdkVersion="16"
9 android:targetSdkVersion="17" />
12 android:glEsVersion="0x00020000"
13 android:required="true" /
    [all...]
  /frameworks/base/core/res/res/layout-sw720dp/
status_bar_latest_event_ticker_large_icon.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="match_parent"
6 android:layout_width="0dp"
7 android:layout_height="wrap_content"
8 android:layout_gravity="center_vertical"
9 android:layout_weight="1"
10 android:orientation="vertical
    [all...]
  /prebuilts/sdk/10/
framework.aidl 1 interface android.accounts.IAccountManager;
2 interface android.accounts.IAccountManagerResponse;
3 interface android.accounts.IAccountAuthenticator;
4 interface android.accounts.IAccountAuthenticatorResponse;
5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.bluetooth.BluetoothDevice;
8 parcelable android.content.ComponentName;
9 parcelable android.content.Intent;
10 parcelable android.content.IntentSender
    [all...]
  /prebuilts/sdk/11/
framework.aidl 1 interface android.accounts.IAccountManager;
2 interface android.accounts.IAccountManagerResponse;
3 interface android.accounts.IAccountAuthenticator;
4 interface android.accounts.IAccountAuthenticatorResponse;
5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.bluetooth.BluetoothDevice;
8 parcelable android.content.ComponentName;
9 parcelable android.content.Intent;
10 parcelable android.content.IntentSender
    [all...]
  /prebuilts/sdk/12/
framework.aidl 1 interface android.accounts.IAccountManager;
2 interface android.accounts.IAccountManagerResponse;
3 interface android.accounts.IAccountAuthenticator;
4 interface android.accounts.IAccountAuthenticatorResponse;
5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.bluetooth.BluetoothDevice;
8 parcelable android.content.ComponentName;
9 parcelable android.content.Intent;
10 parcelable android.content.IntentSender
    [all...]
  /prebuilts/sdk/13/
framework.aidl 1 interface android.accounts.IAccountManager;
2 interface android.accounts.IAccountManagerResponse;
3 interface android.accounts.IAccountAuthenticator;
4 interface android.accounts.IAccountAuthenticatorResponse;
5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.bluetooth.BluetoothDevice;
8 parcelable android.content.ComponentName;
9 parcelable android.content.Intent;
10 parcelable android.content.IntentSender
    [all...]
  /cts/tests/tests/accessibilityservice/res/layout/
accessibility_focus_and_input_focus_sync_test.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/rootLinearLayout"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:orientation="vertical"
7 android:importantForAccessibility="yes"
8 android:contentDescription="@string/rootLinearLayout">
11 android:id="@+id/firstFrameLayout
    [all...]
  /frameworks/base/core/res/res/layout/
preference_child.xml 2 <!-- Copyright (C) 2006 The Android Open Source Project
18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
21 android:minHeight="?android:attr/listPreferredItemHeight"
22 android:gravity="center_vertical"
23 android:paddingStart="16dip
    [all...]
preference_information_holo.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
20 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
22 android:layout_height="wrap_content"
23 android:minHeight="?android:attr/listPreferredItemHeight"
24 android:gravity="center_vertical"
25 android:paddingStart="@dimen/preference_item_padding_side
    [all...]
  /frameworks/base/packages/Keyguard/res/layout/
keyguard_emergency_carrier_area.xml 4 ** Copyright 2012, The Android Open Source Project
21 <com.android.keyguard.EmergencyCarrierArea
22 xmlns:android="http://schemas.android.com/apk/res/android"
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content"
25 android:orientation="vertical"
26 android:gravity="center"
27 android:layout_gravity="center_horizontal
    [all...]
  /packages/apps/ContactsCommon/res/layout/
contact_tile_starred.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
17 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:background="@null"
19 android:paddingBottom="1dip"
20 android:paddingRight="1dip"
21 android:paddingEnd="1dip"
22 class="com.android.contacts.common.list.ContactTileStarredView" >
25 android:id="@+id/contact_tile_layout
    [all...]
  /packages/apps/UnifiedEmail/res/layout/
conversation_message_attachment_tile.xml 4 Licensed to The Android Open Source Project.
18 <com.android.mail.browse.MessageAttachmentTile
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:id="@+id/attachment_tile"
21 android:layout_width="wrap_content"
22 android:layout_height="wrap_content"
23 android:focusable="true"
24 android:background="@drawable/attachment_bg_holo"
    [all...]
  /packages/apps/VideoEditor/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.videoeditor"
4 android:versionCode="11"
5 android:versionName="1.1">
6 <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="17" />
7 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /
    [all...]
  /prebuilts/sdk/19/
framework.aidl 1 interface android.accounts.IAccountManager;
2 interface android.accounts.IAccountManagerResponse;
3 interface android.accounts.IAccountAuthenticator;
4 interface android.accounts.IAccountAuthenticatorResponse;
5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.appwidget.AppWidgetProviderInfo;
8 parcelable android.bluetooth.BluetoothDevice;
9 parcelable android.bluetooth.BluetoothHealthAppConfiguration;
10 parcelable android.content.ComponentName
    [all...]

Completed in 689 milliseconds

<<11121314151617181920>>