OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
351 - 375
of
67604
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0-sources.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0-sources.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0-sources.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
quickfix1.xml
3
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:layout_width="match_parent"
5
android
:layout_height="match_parent">
7
<Button
android
:text="@string/firststring"
8
android
:id="@+id/button1"
9
android
:layout_width="@dimen/testdimen"
10
android
:layout_height="wrap_content">
13
<include layout="@layout/testlayout"
android
:layout_width="wrap_content" android:layout_height="wrap_content"/
[
all
...]
/sdk/testapps/legacyTest/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/basicJar"
10
android
:layout_width="fill_parent"
11
android
:layout_height="wrap_content
[
all
...]
/sdk/testapps/userLibTest/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/basicJar"
10
android
:layout_width="fill_parent"
11
android
:layout_height="wrap_content
[
all
...]
/development/samples/ApiDemos/res/layout/
scrollbar3.xml
2
<!-- Copyright (C) 2007 The
Android
Open Source Project
20
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
21
android
:layout_width="match_parent"
22
android
:layout_height="match_parent"
23
android
:orientation="vertical">
26
android
:layout_width="match_parent"
27
android
:layout_height="wrap_content"
28
android
:orientation="horizontal"
[
all
...]
/development/samples/SampleSyncAdapter/res/layout/
login_activity.xml
4
* Copyright (c) 2010, The
Android
Open Source Project
20
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
21
android
:orientation="vertical"
22
android
:layout_width="fill_parent"
23
android
:layout_height="wrap_content">
25
android
:layout_width="fill_parent"
26
android
:layout_height="0dip"
27
android
:layout_weight="1"
[
all
...]
/packages/apps/Calendar/res/layout/
event_info_dialog.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">
22
android
:id="@+id/event_info_loading_msg"
23
android
:layout_width="match_parent"
24
android
:layout_height="match_parent"
[
all
...]
/packages/apps/Mms/res/layout/
message_list_item_send.xml
5
* Copyright (C) 2008 The
Android
Open Source Project
21
<com.
android
.mms.ui.MessageListItem
22
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
23
android
:id="@+id/msg_list_item_send"
24
android
:layout_width="match_parent"
25
android
:layout_height="wrap_content"
26
android
:orientation="horizontal">
28
<LinearLayout
android
:id="@+id/mms_layout_view_parent
[
all
...]
mms_chips_recipient_dropdown_item.xml
2
<!-- Copyright (C) 2011 The
Android
Open Source Project
18
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
19
android
:layout_width="match_parent"
20
android
:layout_height="wrap_content"
21
android
:minHeight="48dip"
22
android
:orientation="horizontal"
23
android
:gravity="center_vertical"
24
android
:background="?android:attr/activatedBackgroundIndicator"
[
all
...]
/frameworks/base/core/tests/coretests/
AndroidManifest.xml
2
<!-- Copyright (C) 2008 The
Android
Open Source Project
17
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
android
:installLocation="internalOnly"
19
package="com.
android
.frameworks.coretests"
20
android
:sharedUserId="com.
android
.uid.test">
22
<permission
android
:name="com.
android
.frameworks.coretests.permission.TEST_GRANTED
[
all
...]
/frameworks/base/core/res/res/layout/
heavy_weight_switcher.xml
2
<!-- Copyright (C) 2010 The
Android
Open Source Project
17
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
android
:orientation="vertical"
android
:padding="4dp"
19
android
:gravity="center_horizontal"
20
android
:layout_width="wrap_content"
android
:layout_height="wrap_content">
23
android
:layout_width="match_parent" android:layout_height="wrap_content
[
all
...]
notification_intruder_content.xml
1
<FrameLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:layout_width="match_parent"
3
android
:layout_height="wrap_content"
4
android
:orientation="vertical"
5
android
:padding="4dp"
7
<ImageView
android
:id="@+id/icon"
8
android
:layout_width="32dp"
9
android
:layout_height="32dp
[
all
...]
/frameworks/base/core/res/res/xml/
password_kbd_qwerty.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="@dimen/password_keyboard_horizontalGap"
24
android
:verticalGap="@dimen/password_keyboard_verticalGap"
25
android
:keyHeight="@dimen/password_keyboard_key_height_alpha"
28
<Row
android
:rowEdgeFlags="top">
29
<Key
android
:keyLabel="1" android:keyEdgeFlags="left"/
[
all
...]
/frameworks/base/packages/DocumentsUI/res/layout/
item_doc_list.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
:background="@drawable/item_background"
21
android
:minHeight="?
android
:attr/listPreferredItemHeight"
22
android
:paddingStart="?android:attr/listPreferredItemPaddingStart
[
all
...]
/hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
fmrxhelp.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/Music/res/layout-port-finger-854x480/
audio_player.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="match_parent"
19
android
:layout_height="match_parent"
20
android
:orientation="vertical">
23
android
:id="@+id/album"
24
android
:background="@drawable/album_border_large"
25
android
:layout_width="270dip
[
all
...]
/frameworks/base/tests/BiDiTests/res/layout/
textview_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/textview_locale"
19
android
:layout_width="fill_parent"
20
android
:layout_height="fill_parent"
21
android
:layoutDirection="locale">
23
<LinearLayout
android
:orientation="vertical"
24
android
:layout_width="match_parent
[
all
...]
textview_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/textview_ltr"
19
android
:layout_width="fill_parent"
20
android
:layout_height="fill_parent"
21
android
:layoutDirection="ltr">
23
<LinearLayout
android
:orientation="vertical"
24
android
:layout_width="match_parent
[
all
...]
textview_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/textview_rtl"
19
android
:layout_width="fill_parent"
20
android
:layout_height="fill_parent"
21
android
:layoutDirection="rtl">
23
<LinearLayout
android
:orientation="vertical"
24
android
:layout_width="match_parent
[
all
...]
/packages/apps/Calendar/
AndroidManifest.xml
5
** Copyright 2006, The
Android
Open Source Project
20
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
21
package="com.
android
.calendar"
22
android
:sharedUserLabel="@string/app_label">
29
<uses-permission
android
:name="
android
.permission.GET_ACCOUNTS" />
30
<uses-permission
android
:name="
android
.permission.MANAGE_ACCOUNTS"/
[
all
...]
/packages/apps/ContactsCommon/res/layout/
custom_contact_list_filter_group.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="match_parent"
19
android
:layout_height="wrap_content"
20
android
:minHeight="?
android
:attr/listPreferredItemHeight"
21
android
:gravity="center_vertical"
22
android
:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft
[
all
...]
/packages/apps/UnifiedEmail/res/layout/
compose_attachment_tile.xml
4
Licensed to The
Android
Open Source Project.
18
<com.
android
.mail.compose.ComposeAttachmentTile
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
:background="@drawable/attachment_bg_holo"
24
android
:focusable="true
[
all
...]
/development/samples/WiFiDirectServiceDiscovery/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.example.
android
.wifidirect.discovery"
4
android
:versionCode="1"
5
android
:versionName="1.0" >
7
<uses-sdk
android
:minSdkVersion="16" />
8
<uses-permission
android
:name="
android
.permission.ACCESS_WIFI_STATE" />
9
<uses-permission
android
:name="android.permission.CHANGE_WIFI_STATE" /
[
all
...]
Completed in 296 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>