OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android
(Results
201 - 225
of
67604
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/replicaisland/res/anim/
menu_hide_left.xml
2
<translate xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:anim/accelerate_decelerate_interpolator"
4
android
:fromXDelta="0"
5
android
:toXDelta="-960"
6
android
:duration="700"
7
android
:fillAfter="true"/
menu_hide_right.xml
2
<translate xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:anim/accelerate_decelerate_interpolator"
4
android
:fromXDelta="0"
5
android
:toXDelta="960"
6
android
:duration="700"
7
android
:fillAfter="true"/
menu_show_left.xml
2
<translate xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:anim/accelerate_decelerate_interpolator"
4
android
:fromXDelta="960"
5
android
:toXDelta="0"
6
android
:duration="700"
7
android
:fillAfter="true"/
menu_show_right.xml
2
<translate xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:interpolator="@
android
:anim/accelerate_decelerate_interpolator"
4
android
:fromXDelta="-960"
5
android
:toXDelta="0"
6
android
:duration="700"
7
android
:fillAfter="true"/
/external/robolectric/src/test/resources/res/layout/
views.xml
2
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:layout_width="wrap_content"
4
android
:layout_height="wrap_content" >
7
android
:id="@+id/default_view"
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content" />
12
android
:id="@+id/filter_touches_false_view"
13
android
:layout_width="wrap_content
[
all
...]
webview_holder.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"
11
android
:id="@+id/web_view"
12
android
:layout_width="wrap_content"
13
android
:layout_height="wrap_content"
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Application.mk
1
APP_PLATFORM :=
android
-9
/frameworks/base/core/tests/coretests/res/layout/
animator_basic.xml
3
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:layout_width="fill_parent"
5
android
:layout_height="fill_parent"
6
android
:orientation="vertical">
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content"
10
android
:id="@+id/animatingButton"/>
/frameworks/base/packages/InputDevices/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.inputdevices"
4
android
:sharedUserId="
android
.uid.system">
7
android
:allowClearUserData="false"
8
android
:label="@string/app_label"
9
android
:process="system">
11
<receiver
android
:name=".InputDeviceReceiver
[
all
...]
/frameworks/base/tests/BatteryWaster/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
package="com.
android
.batterywaster">
3
<uses-permission
android
:name="
android
.permission.DEVICE_POWER" />
4
<uses-permission
android
:name="
android
.permission.WAKE_LOCK" />
7
<activity
android
:name="BatteryWaster"
android
:label="Battery Waster"
[
all
...]
/frameworks/base/tests/FixVibrateSetting/res/layout/
fix_vibrate.xml
1
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:layout_width="match_parent"
3
android
:layout_height="match_parent"
4
android
:orientation="vertical"
7
<TextView
android
:id="@+id/current_setting"
8
android
:layout_width="wrap_content"
9
android
:layout_height="wrap_content"
10
android
:layout_gravity="left
[
all
...]
/frameworks/base/tests/TransitionTests/res/layout/
fading_test_simple.xml
3
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:orientation="vertical"
5
android
:id="@+id/container"
6
android
:layout_width="match_parent"
7
android
:layout_height="match_parent">
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content"
12
android
:text="@string/submit
[
all
...]
hierarchical_move.xml
3
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:orientation="vertical"
5
android
:id="@+id/container"
6
android
:layout_width="match_parent"
7
android
:layout_height="match_parent">
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content"
12
android
:text="@string/submit
[
all
...]
overlay_test.xml
3
<LinearLayout xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
4
android
:orientation="vertical"
5
android
:id="@+id/container"
6
android
:layout_width="fill_parent"
7
android
:layout_height="fill_parent">
10
android
:layout_width="wrap_content"
11
android
:layout_height="wrap_content"
12
android
:id="@+id/button
[
all
...]
/frameworks/base/tests/TransitionTests/res/transition/
my_transition_mgr.xml
1
<transitionManager xmlns:
android
="http://schemas.
android
.com/apk/res/
android
">
2
<transition
android
:fromScene="@layout/search_screen"
android
:toScene="@layout/results_screen"
3
android
:transition="@transition/mover_fader"/>
4
<transition
android
:fromScene="@layout/results_screen"
android
:toScene="@layout/search_screen"
5
android
:transition="@transition/mover_fader"/>
username_taken_scene.xml
1
<scene xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:layout="@layout/username_taken"/
/hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
preset.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">
7
android
:id="@+id/scrollview1"
8
android
:layout_width="fill_parent
[
all
...]
/packages/apps/DeskClock/res/anim/
dim.xml
1
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:fromAlpha="1.0"
3
android
:toAlpha="0.2"
4
android
:duration="@integer/dim_animation_duration"
5
android
:fillAfter="true"
6
android
:interpolator="@
android
:anim/decelerate_interpolator"
hide.xml
1
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:fromAlpha="1.0"
3
android
:toAlpha="0.0"
4
android
:duration="@integer/hide_animation_duration"
5
android
:fillAfter="true"
6
android
:interpolator="@
android
:anim/decelerate_interpolator"
undim.html
1
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:fromAlpha="0.2"
3
android
:toAlpha="1.0"
4
android
:duration="@integer/dim_animation_duration"
5
android
:fillAfter="true"
6
android
:interpolator="@
android
:anim/decelerate_interpolator"
unhide.html
1
<alpha xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
2
android
:fromAlpha="0.0"
3
android
:toAlpha="1.0"
4
android
:duration="@integer/hide_animation_duration"
5
android
:fillAfter="true"
6
android
:interpolator="@
android
:anim/decelerate_interpolator"
/packages/apps/Gallery2/jni/
Application.mk
1
APP_PLATFORM :=
android
-9
/packages/apps/Mms/tests/SmsAutoReply/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="fill_parent"
7
<TextView
android
:id="@+id/logView"
android
:layout_height="wrap_content"
android
:layout_width="fill_parent"></TextView>
/packages/experimental/PrintApp/
AndroidManifest.xml
1
<manifest xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
3
android
:versionCode="1"
4
android
:versionName="1.0" >
7
android
:minSdkVersion="19"
8
android
:targetSdkVersion="19" />
11
android
:icon="@drawable/ic_launcher"
12
android
:label="@string/app_name"
13
android
:allowBackup="false"
[
all
...]
/packages/experimental/PrintService/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
:layout_width="match_parent"
4
android
:layout_height="match_parent"
8
android
:layout_width="match_parent"
9
android
:layout_height="match_parent"
10
android
:text="@string/settings">
Completed in 1758 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>