OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
476 - 500
of
67604
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/replicaisland/res/anim/
ui_button.xml
2
<animation-list xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:oneshot="false">
4
<item
android
:drawable="@drawable/ui_arrow_dark"
android
:duration="500" />
5
<item
android
:drawable="@drawable/ui_arrow_light"
android
:duration="500" />
/frameworks/base/core/res/res/layout/
notification_template_big_base.xml
2
<!-- Copyright (C) 2012 The
Android
Open Source Project
17
<FrameLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
18
xmlns:internal="http://schemas.
android
.com/apk/prv/res/
android
"
19
android
:background="@
android
:drawable/notification_bg"
20
android
:id="@+id/status_bar_latest_event_content"
21
android
:layout_width="match_parent
[
all
...]
/frameworks/base/core/tests/overlaytests/OverlayTestOverlay/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.overlaytest.overlay"
3
android
:versionCode="1"
4
android
:versionName="1.0">
5
<overlay-package
android
:name="
android
"/>
/frameworks/base/tests/TransitionTests/res/layout/
contact_expanded.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
:layout_height="fill_parent">
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
11
android
:id="@+id/contact_arrow
[
all
...]
incorrect_password.xml
2
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:id="@+id/container"
4
android
:layout_width="match_parent"
5
android
:layout_height="match_parent" >
8
android
:id="@+id/okay"
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
11
android
:layout_alignParentBottom="true
[
all
...]
username_taken.xml
2
<RelativeLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:id="@+id/container"
4
android
:layout_width="match_parent"
5
android
:layout_height="match_parent" >
8
android
:id="@+id/okay"
9
android
:layout_width="wrap_content"
10
android
:layout_height="wrap_content"
11
android
:layout_alignParentBottom="true
[
all
...]
/frameworks/webview/chromium/
jar_package_whitelist.txt
1
com.
android
.webview.chromium
2
com.
android
.org.chromium
/packages/apps/Camera2/res/drawable/
photopage_bottom_button_background.xml
2
<selector xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
3
<item
android
:drawable="@
android
:color/holo_blue_light"
android
:state_pressed="true"/>
4
<item
android
:drawable="@color/button_dark_transparent_background"
android
:state_selected="false"/>
/packages/apps/Gallery2/res/drawable/
photopage_bottom_button_background.xml
2
<selector xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
3
<item
android
:drawable="@
android
:color/holo_blue_light"
android
:state_pressed="true"/>
4
<item
android
:drawable="@color/button_dark_transparent_background"
android
:state_selected="false"/>
/packages/apps/Gallery2/res/layout/
filtershow_color_gird.xml
3
Copyright (C) 2013 The
Android
Open Source Project
18
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
19
android
:layout_width="match_parent"
20
android
:layout_height="match_parent"
21
android
:orientation="vertical" >
24
android
:id="@+id/textView1"
25
android
:layout_width="match_parent"
26
android
:layout_height="wrap_content" /
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/
AndroidManifest.xml
2
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
package="com.
android
.launcher3"
4
android
:versionCode="1"
5
android
:versionName="1.0"
8
<uses-sdk
android
:minSdkVersion="15"
android
:targetSdkVersion="19" />
/packages/apps/UnifiedEmail/res/layout/
widget.xml
4
Licensed to 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
:layout_marginTop="@dimen/widget_margin_top"
24
android
:layout_marginLeft="@dimen/widget_margin_left"
25
android
:layout_marginRight="@dimen/widget_margin_right"
26
android
:layout_marginBottom="@dimen/widget_margin_bottom
[
all
...]
/packages/experimental/DreamTheater/res/anim/
slideshow_in.xml
2
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:interpolator/decelerate_quad"
4
android
:fromAlpha="0.0"
android
:toAlpha="1.0"
5
android
:duration="1500" />
slideshow_out.xml
2
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:interpolator/accelerate_quad"
4
android
:fromAlpha="1.0"
5
android
:toAlpha="0.0"
6
android
:duration="1500"
/packages/screensavers/PhotoTable/res/anim/
slideshow_in.xml
2
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:interpolator/decelerate_quad"
4
android
:fromAlpha="0.0"
android
:toAlpha="1.0"
5
android
:duration="1500" />
slideshow_out.xml
2
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:interpolator/accelerate_quad"
4
android
:fromAlpha="1.0"
5
android
:toAlpha="0.0"
6
android
:duration="1500"
/sdk/eclipse/plugins/
.gitignore
3
com.
android
.ide.eclipse.tests/unittests/com/
android
/ddmlib
4
com.
android
.ide.eclipse.tests/unittests/com/
android
/sdklib
5
com.
android
.ide.eclipse.tests/unittests/com/
android
/sdkuilib
6
com.
android
.ide.eclipse.tests/unittests/com/
android
/layoutlib
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
launcher_intent_filter.template
1
<category
android
:name="
android
.intent.category.LAUNCHER" /
preference_intent_filter.template
1
<category
android
:name="
android
.intent.category.PREFERENCE" /
test_uses-library.template
1
<uses-library
android
:name="
android
.test.runner" />
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
aapterror7.xml
2
xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="wrap_content"
4
android
:layout_height="match_parent">
6
android
:id=""
7
android
:layout_width="fill_parent"
8
android
:layout_height="wrap_content"
extractstyle1-expected-extract1b.diff
2
-
android
:layout_width="wrap_content"
android
:layout_height="match_parent">
3
- <Button
android
:text="Button"
4
-
android
:layout_width="wrap_content"
android
:layout_height="wrap_content"
5
-
android
:textColor="#FF0000"
android
:textSize="20pt"
6
-
android
:id="@+id/button1"
android
:layout_alignParentBottom="true"></Button>
7
- <Button
android
:text="Button
[
all
...]
extractstyle1-expected-extract6.diff
1
< <Button
android
:text="Button"
2
<
android
:layout_width="wrap_content"
android
:layout_height="wrap_content"
3
<
android
:textColor="#FF0000"
android
:textSize="20pt"
4
<
android
:id="@+id/button1"
android
:layout_alignParentBottom="true"></Button>
6
> <Button style="@style/newstyle"
android
:id="@+id/button1" ></Button>
manifest-expected-complation80.txt
1
Code completion in manifest.xml for <activity
android
:name="^.:
2
android
.accounts.AccountAuthenticatorActivity
3
android
.app.ActivityGroup
4
android
.app.AliasActivity
5
android
.app.ExpandableListActivity
6
android
.app.ListActivity
7
android
.app.NativeActivity
8
android
.app.TabActivity
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound5-expected-7.xml
2
<TextView xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:id="@+id/TextView1"
4
android
:layout_width="wrap_content"
5
android
:layout_height="wrap_content"
6
android
:drawableBottom="@drawable/ic_launcher"
7
android
:text="Hello World" >
Completed in 667 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>