OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
376 - 400
of
67604
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/device/google/accessory/demokit/app/res/layout/
buttoncontainer.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
android
:id="@+id/ButtonContainer"
3
android
:paddingLeft="5dip"
android
:layout_width="fill_parent"
4
android
:orientation="vertical"
android
:layout_height="wrap_content" >
5
<TextView
android
:text="Buttons"
android
:id="@+id/lightPercentValue
[
all
...]
led_slider.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="match_parent"
android
:layout_height="wrap_content"
4
android
:orientation="horizontal"
android
:layout_weight="1">
5
<TextView
android
:text="@string/ledLabel" style="@style/DemoKitLEDText"
6
android
:layout_gravity="left|center_vertical"
android
:layout_width="40dip" android:clickable="true"/
[
all
...]
no_device.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="match_parent"
android
:layout_weight="1"
4
android
:layout_height="fill_parent"
android
:orientation="vertical"
5
android
:background="@drawable/background_holo_dark"
6
android
:layout_gravity="fill_horizontal">
7
<TextView
android
:layout_width="match_parent
[
all
...]
/external/chromium_org/ui/android/java/res/layout/
color_picker_advanced_component.xml
7
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content">
12
android
:id="@+id/text"
13
android
:layout_width="match_parent"
14
android
:layout_height="wrap_content"
15
android
:layout_marginStart="@dimen/color_picker_gradient_margin"
16
android
:layout_marginEnd="@dimen/color_picker_gradient_margin
[
all
...]
/external/droiddriver/samples/testapp/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.google.
android
.apps.common.testing.ui.testapp">
5
<uses-sdk
android
:minSdkVersion = "7"
android
:targetSdkVersion= "16"/>
7
<application
android
:label="UI Test App"
android
:icon="@drawable/ic_launcher" >
8
<activity
android
:name="MainActivity"
android
:label="UI Test App"
[
all
...]
/external/robolectric/src/test/resources/res/layout/
media.xml
4
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
5
android
:orientation="vertical"
6
android
:layout_width="wrap_content"
7
android
:layout_height="wrap_content"
8
android
:gravity="center_horizontal"
11
<include
android
:id="@+id/include_id" layout="@layout/snippet"/>
14
android
:layout_width="fill_parent"
15
android
:layout_height="10dip
[
all
...]
text_views.xml
4
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
5
android
:layout_width="wrap_content"
6
android
:layout_height="wrap_content"
10
android
:id="@+id/black_text_view"
11
android
:layout_width="wrap_content"
12
android
:layout_height="wrap_content"
13
android
:text="Black Text"
14
android
:textColor="#000000
[
all
...]
text_views_hints.xml
4
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
5
android
:layout_width="wrap_content"
6
android
:layout_height="wrap_content"
9
android
:id="@+id/black_text_view_hint"
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content"
12
android
:hint="Black Hint"
13
android
:hintColor="#000000
[
all
...]
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/layout/
webviewchromium_color_picker_advanced_component.xml
7
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content">
12
android
:id="@+id/webviewchromium_color_picker_text"
13
android
:layout_width="match_parent"
14
android
:layout_height="wrap_content"
15
android
:layout_marginStart="@dimen/webviewchromium_color_picker_gradient_margin"
16
android
:layout_marginEnd="@dimen/webviewchromium_color_picker_gradient_margin
[
all
...]
/packages/apps/Gallery2/res/layout/
album_set_item.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_height="wrap_content"
4
android
:layout_width="match_parent"
5
android
:orientation="vertical"
6
android
:background="?
android
:attr/activatedBackgroundIndicator"
7
android
:padding="2dp" >
10
android
:layout_height="wrap_content
[
all
...]
/prebuilts/sdk/4/
framework.aidl
1
interface
android
.accounts.IAccountsService;
2
parcelable
android
.app.Notification;
3
parcelable
android
.app.PendingIntent;
4
parcelable
android
.content.ComponentName;
5
parcelable
android
.content.Intent;
6
parcelable
android
.content.IntentSender;
7
parcelable
android
.content.SyncStats;
8
parcelable
android
.content.res.Configuration;
9
parcelable
android
.appwidget.AppWidgetProviderInfo;
10
parcelable
android
.net.Uri
[
all
...]
/prebuilts/sdk/9/
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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample2-expected-changeLayout2.xml
2
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:id="@+id/RelativeLayout1"
4
android
:layout_width="match_parent"
5
android
:layout_height="match_parent"
6
android
:orientation="vertical" >
9
android
:id="@+id/button1"
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content
[
all
...]
sample7.xml
2
<LinearLayout
android
:id="@+id/LinearLayout2" xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
android
:layout_width="match_parent"
android
:layout_height="match_parent"
android
:orientation="vertical">
3
<Button
android
:text="FirstButton"
android
:id="@+id/button1"
android
:layout_width="wrap_content" android:layout_height="wrap_content"></Button
[
all
...]
sample8.xml
2
<LinearLayout
android
:id="@+id/LinearLayout2"
3
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:layout_width="match_parent"
android
:layout_height="match_parent"
5
android
:orientation="vertical">
6
<Button
android
:text="FirstButton"
android
:id="@+id/button1"
7
android
:layout_width="wrap_content" android:layout_height="wrap_content"></Button
[
all
...]
/sdk/testapps/javaProjectTest/app/res/layout/
main.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
xmlns:tools="http://schemas.
android
.com/tools"
4
android
:layout_width="fill_parent"
5
android
:layout_height="fill_parent"
6
android
:orientation="vertical" >
9
android
:id="@+id/app"
10
android
:layout_width="fill_parent"
11
android
:layout_height="wrap_content
[
all
...]
/cts/apps/CtsVerifier/res/layout/
intent_driven_test.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"
10
android
:layout_width="match_parent"
11
android
:layout_height="0dp"
12
android
:layout_weight="1">
13
<TextView
android
:id="@+id/info
[
all
...]
/cts/tools/cts-holo-generation/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.
android
.cts.holo_capture"
4
android
:versionCode="1"
5
android
:versionName="1.0">
6
<uses-permission
android
:name="
android
.permission.DISABLE_KEYGUARD" />
7
<uses-permission
android
:name="
android
.permission.WRITE_EXTERNAL_STORAGE" /
[
all
...]
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.example.
android
.basicrenderscript"
4
android
:versionCode="1"
5
android
:versionName="1.0" >
8
android
:minSdkVersion="8"
9
android
:targetSdkVersion="19" />
12
android
:allowBackup="true"
13
android
:icon="@drawable/ic_launcher
[
all
...]
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.example.
android
.basicrenderscript"
4
android
:versionCode="1"
5
android
:versionName="1.0" >
8
android
:minSdkVersion="8"
9
android
:targetSdkVersion="19" />
12
android
:allowBackup="true"
13
android
:icon="@drawable/ic_launcher
[
all
...]
/development/samples/ApiDemos/res/layout/
wallpaper_2.xml
3
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:layout_width="wrap_content"
5
android
:layout_height="wrap_content">
7
android
:layout_width="wrap_content"
8
android
:layout_height="wrap_content"
9
android
:id="@+id/imageview" />
11
android
:orientation="horizontal"
12
android
:layout_width="wrap_content
[
all
...]
/development/samples/USB/MissileLauncher/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.missilelauncher">
4
<uses-feature
android
:name="
android
.hardware.usb.host" />
5
<uses-sdk
android
:minSdkVersion="12" />
8
<activity
android
:name="MissileLauncherActivity"
9
android
:label="Missile Launcher"
10
android
:screenOrientation="nosensor"
[
all
...]
/external/svox/PicoLangInstallerDeuDeu/res/layout/
retry.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:orientation="vertical"
android
:layout_width="fill_parent"
4
android
:layout_height="fill_parent">
6
<TextView
android
:paddingTop="25dip"
android
:paddingBottom="45dip"
7
android
:layout_width="wrap_content"
android
:layout_height="wrap_content
[
all
...]
uninstall.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:orientation="vertical"
android
:layout_width="fill_parent"
4
android
:layout_height="fill_parent">
6
<TextView
android
:paddingTop="25dip"
android
:paddingBottom="45dip"
7
android
:layout_width="wrap_content"
android
:layout_height="wrap_content
[
all
...]
/external/svox/PicoLangInstallerEngGbr/res/layout/
retry.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:orientation="vertical"
android
:layout_width="fill_parent"
4
android
:layout_height="fill_parent">
6
<TextView
android
:paddingTop="25dip"
android
:paddingBottom="45dip"
7
android
:layout_width="wrap_content"
android
:layout_height="wrap_content
[
all
...]
Completed in 447 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>