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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
test_instrumentation.template 1 <instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.InstrumentationTestRunner" />
  /sdk/layoutopt/samples/
too_many.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent">
10 android:layout_width="wrap_content"
11 android:layout_height="wrap_content"
12 android:text="Ok" />
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content
    [all...]
inefficient_weight.xml 4 xmlns:android="http://schemas.android.com/apk/res/android"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent">
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:layout_weight="1.0" />
15 xmlns:android="http://schemas.android.com/apk/res/android
    [all...]
  /packages/experimental/BugReportSender/res/layout/
bugreport_preview.xml 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
7 android:id="@+id/preview"
8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content"
10 android:scrollbars="horizontal|vertical
    [all...]
  /packages/apps/DeskClock/res/anim/
dim_instant.xml 1 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
2 android:fromAlpha="0.0"
3 android:toAlpha="1.0"
4 android:duration="0"
5 android:fillAfter="true"
undim_instant.xml 1 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
2 android:fromAlpha="1.0"
3 android:toAlpha="0.0"
4 android:duration="0"
5 android:fillAfter="true"
  /frameworks/base/core/res/res/anim/
priority_alert_enter.xml 2 <set xmlns:android="http://schemas.android.com/apk/res/android"
5 android:interpolator="@android:anim/overshoot_interpolator"
6 android:fromXScale="0.7" android:toXScale="1.0"
7 android:fromYScale="0.7" android:toYScale="1.0"
8 android:pivotX="50%" android:pivotY="50%
    [all...]
priority_alert_exit.xml 2 <set xmlns:android="http://schemas.android.com/apk/res/android"
5 android:interpolator="@android:anim/accelerate_interpolator"
6 android:fromXScale="1.0" android:toXScale="0.7"
7 android:fromYScale="1.0" android:toYScale="0.7"
8 android:pivotX="50%" android:pivotY="50%
    [all...]
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.providers.settings"
3 android:sharedUserId="android.uid.system">
5 <application android:allowClearUserData="false"
6 android:label="@string/app_label"
7 android:process="system"
8 android:backupAgent="SettingsBackupAgent
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_latest_event.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="65sp"
4 android:orientation="vertical"
7 <com.android.systemui.statusbar.LatestItemView android:id="@+id/content"
8 android:layout_width="match_parent"
9 android:layout_height="64sp
    [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...]
  /frameworks/base/packages/DefaultContainerService/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.defcontainer">
3 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER"/>
4 <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS"/>
5 <uses-permission android:name="android.permission.ASEC_ACCESS"/
    [all...]
  /packages/apps/Gallery/res/layout/
detailsview.xml 2 <!-- Copyright (C) 2008 The Android Open Source Project
17 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scroll_view"
18 android:orientation="vertical"
19 android:layout_width="300dip"
20 android:layout_height="match_parent">
22 <LinearLayout android:orientation="vertical"
23 android:layout_width="match_parent
    [all...]
  /packages/apps/Settings/res/layout/
usage_stats.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
8 android:text="@string/display_order_text"
9 android:textAppearance="?android:attr/textAppearanceLarge"
10 android:layout_width="match_parent
    [all...]
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.rpc_performance"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
8 <uses-permission android:name="android.permission.WRITE_SDCARD" /
    [all...]
  /packages/apps/Email/res/layout/
message_view_header.xml 2 <!-- Copyright (C) 2008 The Android Open Source Project
17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
22 android:orientation="vertical"
23 android:background="@drawable/header_card"
24 android:paddingTop="3dip"
25 android:paddingBottom="3dip
    [all...]
  /packages/apps/Calculator/res/layout-land/
history_item.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
9 android:id="@+id/historyExpr"
10 android:layout_width="0px"
11 android:layout_height="wrap_content"
12 android:layout_weight="1"
13 android:textSize="23dp
    [all...]
  /packages/apps/Calculator/res/layout-port/
history_item.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
9 android:id="@+id/historyExpr"
10 android:layout_width="0px"
11 android:layout_height="wrap_content"
12 android:layout_weight="1"
13 android:textSize="23dp
    [all...]
  /frameworks/base/tests/StatusBar/res/layout/
test_alert.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:gravity="center">
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:layout_gravity="center"
12 android:gravity="center_horizontal
    [all...]
  /packages/apps/Nfc/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.nfc3"
4 android:sharedUserId="android.uid.nfc"
5 android:sharedUserLabel="@string/nfcUserLabel"
7 <uses-permission android:name="android.permission.NFC" />
8 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /
    [all...]
  /frameworks/base/tests/StatusBar/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.statusbartest">
3 <uses-permission android:name="android.permission.DEVICE_POWER" />
4 <uses-permission android:name="android.permission.WAKE_LOCK" />
5 <uses-permission android:name="android.permission.STATUS_BAR" /
    [all...]
  /development/samples/BusinessCard/res/layout/
business_card.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
7 android:id="@+id/pick_contact_button"
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:layout_alignParentTop="true"
11 android:layout_margin="10dip
    [all...]
  /development/samples/SoftKeyboard/res/xml/
symbols_shift.xml 5 ** Copyright 2008, The Android Open Source Project
21 <Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
22 android:keyWidth="10%p"
23 android:horizontalGap="0px"
24 android:verticalGap="0px"
25 android:keyHeight="@dimen/key_height"
29 <Key android:codes="126" android:keyLabel="~" android:keyEdgeFlags="left"/
    [all...]
  /device/google/accessory/demokit/app/res/layout/
vertical_led_slider.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content" android:layout_height="match_parent"
4 android:orientation="vertical" android:layout_weight="1" android:layout_marginRight="30dip" android:paddingRight="20dip">
5 <TextView android:text="@string/ledLabel" style="@style/DemoKitLEDText
    [all...]
  /packages/apps/Bluetooth/res/layout/
testactivity_main.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content">
6 <LinearLayout android:orientation="horizontal"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:layout_gravity="left"
    [all...]

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>