OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
551 - 575
of
67604
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/sdk/testapps/userLibTest/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.
android
.tests.userlibtest"
4
android
:versionCode="1"
5
android
:versionName="1.0">
6
<application
android
:label="@string/app_name"
android
:icon="@drawable/ic_launcher">
7
<activity
android
:name="Main"
8
android
:label="@string/app_name"
[
all
...]
/development/samples/ApiDemos/res/layout/
system_ui_modes.xml
2
<!-- Copyright (C) 2011 The
Android
Open Source Project
17
<FrameLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
android
:layout_width="match_parent"
android
:layout_height="match_parent"
20
<view class="com.example.
android
.apis.view.SystemUIModes$IV"
21
android
:id="@+id/image"
22
android
:src="@drawable/frantic"
23
android
:layout_width="match_parent
[
all
...]
/frameworks/base/media/tests/EffectsTest/res/layout/
presetreverbtest.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="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
...]
/frameworks/base/media/tests/ScoAudioTest/res/layout/
scoaudiotest.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
:layout_width="fill_parent"
24
android
:layout_height="wrap_content"
25
android
:orientation="vertical"
[
all
...]
/hardware/ti/wpan/tools/FM/FmTxApp/res/layout/
main.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="fill_parent"
android
:layout_height="fill_parent"
4
android
:id="@+id/ParentLayout"
android
:orientation="vertical"
5
android
:background="@drawable/wallpaper_fmtx">
7
<ScrollView
android
:layout_width="fill_parent"
8
android
:layout_height="wrap_content" android:id="@+id/scrollview1
[
all
...]
/packages/inputmethods/LatinIME/java/
AndroidManifest.xml
2
<!-- Copyright (C) 2012 The
Android
Open Source Project
17
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
19
package="com.
android
.inputmethod.latin">
21
<uses-sdk
android
:minSdkVersion="14"
android
:targetSdkVersion="17" />
23
<uses-permission
android
:name="
android
.permission.ACCESS_NETWORK_STATE" />
24
<uses-permission
android
:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" /
[
all
...]
/external/chromium_org/content/shell/android/java/res/layout/
shell_view.xml
10
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
11
android
:id="@+id/container"
12
android
:layout_width="match_parent"
13
android
:layout_height="match_parent"
14
android
:orientation="vertical" >
15
<LinearLayout
android
:id="@+id/toolbar"
16
android
:layout_width="match_parent"
17
android
:layout_height="wrap_content
[
all
...]
/frameworks/base/tests/TransitionTests/res/layout/
contact_collapsed.xml
3
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:orientation="horizontal"
5
android
:background="#fff"
6
android
:layout_width="fill_parent"
7
android
:id="@+id/topContainer"
8
android
:layout_height="wrap_content">
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content
[
all
...]
/hardware/ti/wpan/tools/FM/FmTxApp/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:versionCode="1"
5
android
:versionName="1.0.0">
6
<uses-permission
android
:name="ti.permission.FMRX" />
7
<uses-permission
android
:name="ti.permission.FMRX_ADMIN" />
8
<uses-permission
android
:name="
android
.permission.WAKE_LOCK" />
10
<application
android
:icon="@drawable/txradio_ics" android:label="@string/app_name"
[
all
...]
/hardware/ti/wpan/tools/FM/service/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:versionCode="1"
5
android
:versionName="1.0.0">
7
<!---
Android
FM Permissions defined -->
8
<permission
android
:name="ti.permission.FMRX"
9
android
:label="@string/permlab_FmRx"
10
android
:description="@string/permdesc_FmRxAdmin"
11
android
:permissionGroup="android.permission-group.HARDWARE_CONTROLS
[
all
...]
/packages/apps/ContactsCommon/res/layout/
account_selector_list_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="?
android
:attr/listPreferredItemHeight"
20
android
:orientation="horizontal">
21
<ImageView
android
:id="@
android
:id/icon
[
all
...]
/packages/apps/Gallery2/res/layout/
album_content.xml
2
<!-- Copyright (C) 2013 The
Android
Open Source Project
16
<FrameLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
17
android
:layout_width="match_parent"
18
android
:layout_height="match_parent">
20
<LinearLayout
android
:id="@+id/progressContainer"
21
android
:orientation="vertical"
22
android
:layout_width="match_parent"
23
android
:layout_height="match_parent
[
all
...]
/packages/providers/DownloadProvider/ui/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.
android
.providers.downloads.ui"
4
android
:sharedUserId="
android
.media">
6
<uses-permission
android
:name="
android
.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" />
7
<uses-permission
android
:name="
android
.permission.ACCESS_ALL_DOWNLOADS" /
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample2-expected-changeView2.xml
2
<LinearLayout 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="Button"
android
:id="@+id/button1"
android
:layout_width="wrap_content"
android
:layout_height="wrap_content"></Button
[
all
...]
sample2.xml
2
<LinearLayout 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="Button"
android
:id="@+id/button1"
android
:layout_width="wrap_content"
android
:layout_height="wrap_content"></Button
[
all
...]
/packages/apps/DeskClock/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.deskclock"
3
android
:versionCode="301"
android
:versionName="3.0.0">
5
<original-package
android
:name="com.
android
.alarmclock" />
6
<original-package
android
:name="com.
android
.deskclock" /
[
all
...]
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/res/layout/
sample_main.xml
1
<FrameLayout 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
:paddingLeft="@dimen/activity_horizontal_margin"
6
android
:paddingRight="@dimen/activity_horizontal_margin"
7
android
:paddingTop="@dimen/activity_vertical_margin"
8
android
:paddingBottom="@dimen/activity_vertical_margin
[
all
...]
/developers/samples/android/media/MediaRecorder/MediaRecorderSample/src/main/res/layout/
sample_main.xml
1
<FrameLayout 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
:paddingLeft="@dimen/activity_horizontal_margin"
6
android
:paddingRight="@dimen/activity_horizontal_margin"
7
android
:paddingTop="@dimen/activity_vertical_margin"
8
android
:paddingBottom="@dimen/activity_vertical_margin
[
all
...]
/development/samples/CrossCompatibility/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.example.
android
.touchexample"
4
android
:versionCode="1"
5
android
:versionName="1.0">
7
<uses-sdk
android
:minSdkVersion="3"
android
:targetSdkVersion="8" />
8
<uses-feature
android
:name="
android
.hardware.touchscreen" android:required="false"/
[
all
...]
/development/samples/USB/AdbTest/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.adb">
4
<uses-feature
android
:name="
android
.hardware.usb.host" />
5
<uses-sdk
android
:minSdkVersion="12" />
8
<activity
android
:name="AdbTestActivity"
android
:label="ADB Test">
10
<action
android
:name="android.intent.action.MAIN" /
[
all
...]
/development/samples/browseable/MediaRecorder/res/layout/
sample_main.xml
1
<FrameLayout 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
:paddingLeft="@dimen/activity_horizontal_margin"
6
android
:paddingRight="@dimen/activity_horizontal_margin"
7
android
:paddingTop="@dimen/activity_vertical_margin"
8
android
:paddingBottom="@dimen/activity_vertical_margin
[
all
...]
/development/samples/devbytes/graphics/FoldingLayout/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.example.
android
.foldinglayout"
4
android
:versionCode="1"
5
android
:versionName="1.0">
6
<uses-permission
android
:name="
android
.permission.CAMERA" />
7
<uses-feature
android
:name="
android
.hardware.camera" /
[
all
...]
/development/samples/training/threadsample/res/drawable/
imagequeued.xml
2
<shape
android
:shape="rectangle"
3
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
4
<solid
android
:color="#ff888888" />
/development/tools/recovery_l10n/res/layout/
main.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="wrap_content"
8
<Spinner
android
:id="@+id/which"
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
13
<Button
android
:id="@+id/go
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv1/res/layout/
notepad_list.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="wrap_content"
4
android
:layout_height="wrap_content">
Completed in 1869 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>