OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
251 - 275
of
67604
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
fmrxfreq.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/wallpaper7">
6
<ScrollView
android
:layout_width="fill_parent"
7
android
:layout_height="wrap_content" android:id="@+id/scrollview1
[
all
...]
/packages/apps/Gallery2/res/layout/
photopage_bottom_controls.xml
2
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:id="@+id/photopage_bottom_controls"
4
android
:padding="10dp"
5
android
:layout_width="match_parent"
6
android
:layout_height="wrap_content"
7
android
:layout_alignParentBottom="true"
8
android
:layout_alignParentLeft="true"
9
android
:orientation="horizontal
[
all
...]
/cts/apps/CtsVerifier/res/layout/
ca_row.xml
1
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:orientation="horizontal"
3
android
:layout_width="fill_parent"
4
android
:layout_height="wrap_content"
7
android
:id="@+id/caTestIcon"
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content"
10
android
:layout_marginRight="10dp
[
all
...]
/external/chromium_org/content/public/android/java/res/layout/
multi_field_time_picker_dialog.xml
8
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
11
android
:layout_gravity="center_vertical"
12
android
:orientation="vertical"
13
android
:gravity="start">
16
android
:layout_width="wrap_content"
17
android
:layout_height="wrap_content
[
all
...]
/frameworks/base/media/tests/CameraBrowser/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.camerabrowser">
4
<uses-permission
android
:name="
android
.permission.WRITE_EXTERNAL_STORAGE" />
6
<application
android
:label="@string/app_label"
7
android
:name="com.
android
.camerabrowser.CameraBrowserApplication">
9
<activity
android
:name="CameraBrowser" android:label="Camera Browser"
[
all
...]
/frameworks/base/tests/TransitionTests/res/layout/
crossfade.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
:id="@+id/container">
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content"
10
android
:onClick="sendMessage
[
all
...]
crossfade_1.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
:id="@+id/container">
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content"
10
android
:onClick="sendMessage
[
all
...]
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/layout/
webviewchromium_multi_field_time_picker_dialog.xml
8
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
11
android
:layout_gravity="center_vertical"
12
android
:orientation="vertical"
13
android
:gravity="start">
16
android
:layout_width="wrap_content"
17
android
:layout_height="wrap_content
[
all
...]
/packages/apps/Gallery2/res/menu/
gallery.xml
2
<menu xmlns:
android
="http://schemas.
android
.com/apk/res/
android
" >
4
android
:id="@+id/menu_camera"
5
android
:icon="@
android
:drawable/ic_menu_camera"
6
android
:showAsAction="ifRoom"
7
android
:title="@string/menu_camera"/>
9
android
:id="@+id/menu_search"
10
android
:icon="@android:drawable/ic_menu_search
[
all
...]
/packages/apps/Settings/res/layout/
preference_app_restrictions.xml
2
<!-- Copyright (C) 2013 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
:paddingStart="@*android:dimen/preference_item_padding_side"
[
all
...]
/packages/inputmethods/LatinIME/java/res/layout/
dictionary_line.xml
5
** Copyright 2012, The
Android
Open Source Project
22
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
23
android
:minHeight="?
android
:attr/listPreferredItemHeight"
24
android
:gravity="center_vertical"
25
android
:paddingRight="?
android
:attr/scrollbarSize"
26
android
:paddingEnd="?android:attr/scrollbarSize
[
all
...]
/packages/services/Telephony/res/xml/
gsm_umts_additional_options.xml
2
<PreferenceScreen xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
xmlns:phone="http://schemas.
android
.com/apk/res/com.
android
.phone"
4
android
:title="@string/additional_gsm_call_settings">
6
<com.
android
.phone.CLIRListPreference
7
android
:key="button_clir_key"
8
android
:title="@string/labelCallerId"
9
android
:persistent="false
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample3-variation1-expected-extract4.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
android
:id="@+id/newlinear"
android
:orientation="vertical"
android
:layout_width="match_parent"
android
:layout_height="match_parent">
3
<Button
android
:text="Button"
android
:id="@+id/button2"
android
:layout_width="wrap_content" android:layout_height="wrap_content"></Button
[
all
...]
sample2-expected-gridLayout2.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="6"
7
android
:orientation="horizontal" >
10
android
:id="@+id/button1"
11
android
:layout_columnSpan="2
[
all
...]
/development/samples/devbytes/animation/ToonGame/res/layout/
player_setup_layout.xml
1
<!-- 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" >
21
android
:id="@+id/container"
22
android
:layout_width="match_parent"
23
android
:layout_height="match_parent"
24
android
:clipChildren="false"
[
all
...]
/external/replicaisland/res/layout/
extras_menu.xml
3
android
:layout_width="fill_parent"
4
android
:layout_height="fill_parent"
5
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
7
android
:id="@+id/mainMenuBackground"
8
android
:src="@drawable/title_background"
9
android
:adjustViewBounds="true"
10
android
:gravity="center_vertical"
11
android
:scaleType="fitXY
[
all
...]
/packages/experimental/PrintApp/res/layout/
activity_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/content"
4
android
:layout_width="match_parent"
5
android
:layout_height="match_parent"
7
android
:orientation="vertical" >
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content"
[
all
...]
/frameworks/base/media/tests/EffectsTest/res/layout/
bassboosttest.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
:src="@
android
:drawable/divider_horizontal_dark"
24
android
:layout_width="fill_parent
[
all
...]
virtualizertest.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
:src="@
android
:drawable/divider_horizontal_dark"
24
android
:layout_width="fill_parent
[
all
...]
/packages/apps/Browser/res/layout/
browser_add_bookmark_content.xml
2
<!-- Copyright (C) 2011 The
Android
Open Source Project
17
<merge xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
18
<LinearLayout
android
:id="@+id/crumb_holder"
19
android
:layout_width="match_parent"
20
android
:layout_height="wrap_content"
21
android
:visibility="gone"
22
android
:paddingLeft="5dip"
23
android
:paddingRight="5dip
[
all
...]
/development/samples/ApiDemos/res/layout/
autocomplete_3.xml
2
<!-- Copyright (C) 2007 The
Android
Open Source Project
17
<ScrollView xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
android
:layout_width="match_parent"
19
android
:layout_height="match_parent">
22
android
:orientation="vertical"
23
android
:layout_width="match_parent"
24
android
:layout_height="wrap_content">
27
android
:layout_width="wrap_content
[
all
...]
/packages/apps/Calendar/res/layout/
event_info.xml
2
<!-- Copyright (C) 2006 The
Android
Open Source Project
17
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
android
:background="#fafafa"
19
android
:layout_width="match_parent"
20
android
:layout_height="match_parent"
21
android
:padding="@dimen/event_info_padding">
23
android
:id="@+id/event_info_loading_msg"
24
android
:layout_width="match_parent
[
all
...]
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0-sources.jar
/frameworks/base/packages/SystemUI/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
xmlns:androidprv="http://schemas.
android
.com/apk/prv/res/
android
"
3
package="com.
android
.systemui"
4
android
:sharedUserId="
android
.uid.systemui"
7
<uses-permission
android
:name="
android
.permission.RECEIVE_BOOT_COMPLETED" /
[
all
...]
/external/droiddriver/samples/testapp/res/layout/
menu_activity.xml
2
<LinearLayout 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"
6
android
:padding="20dip" >
8
android
:layout_width="fill_parent"
9
android
:layout_height="wrap_content"
10
android
:gravity="center_horizontal
[
all
...]
Completed in 733 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>