summaryrefslogtreecommitdiffstats
path: root/media/tests/MediaFrameworkTest/res
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
commitd83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /media/tests/MediaFrameworkTest/res
parent076357b8567458d4b6dfdcf839ef751634cd2bfb (diff)
downloadframeworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.zip
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.gz
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'media/tests/MediaFrameworkTest/res')
-rw-r--r--media/tests/MediaFrameworkTest/res/drawable/icon.pngbin6094 -> 0 bytes
-rw-r--r--media/tests/MediaFrameworkTest/res/layout/movie_view.xml57
-rw-r--r--media/tests/MediaFrameworkTest/res/layout/surface_view.xml43
-rw-r--r--media/tests/MediaFrameworkTest/res/raw/shortmp3.mp3bin3736 -> 0 bytes
-rw-r--r--media/tests/MediaFrameworkTest/res/raw/testmidi.midbin38964 -> 0 bytes
-rw-r--r--media/tests/MediaFrameworkTest/res/raw/testmp3.mp3bin249241 -> 0 bytes
-rw-r--r--media/tests/MediaFrameworkTest/res/values/strings.xml5
7 files changed, 0 insertions, 105 deletions
diff --git a/media/tests/MediaFrameworkTest/res/drawable/icon.png b/media/tests/MediaFrameworkTest/res/drawable/icon.png
deleted file mode 100644
index 64e3601..0000000
--- a/media/tests/MediaFrameworkTest/res/drawable/icon.png
+++ /dev/null
Binary files differ
diff --git a/media/tests/MediaFrameworkTest/res/layout/movie_view.xml b/media/tests/MediaFrameworkTest/res/layout/movie_view.xml
deleted file mode 100644
index 35fedfa..0000000
--- a/media/tests/MediaFrameworkTest/res/layout/movie_view.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="0px"
- android:layout_weight="1">
-
- <VideoView
- android:id="@+id/surface_view"
- android:layout_width="320px"
- android:layout_height="240px"
- />
- </FrameLayout>
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
-
- <EditText android:id="@+id/url"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:singleLine="true"
- android:paddingBottom="8dip">
- <requestFocus />
- </EditText>
-
- <Button android:id="@+id/open"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:text="@string/open_url">
- </Button>
-
- </LinearLayout>
-
-</LinearLayout>
diff --git a/media/tests/MediaFrameworkTest/res/layout/surface_view.xml b/media/tests/MediaFrameworkTest/res/layout/surface_view.xml
deleted file mode 100644
index c25e476..0000000
--- a/media/tests/MediaFrameworkTest/res/layout/surface_view.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="0px"
- android:layout_weight="1">
-
- <SurfaceView
- android:id="@+id/surface_view"
- android:layout_width="320dip"
- android:layout_height="240dip"
- android:layout_centerInParent="true"
- />
-
- <VideoView
- android:id="@+id/video_view"
- android:layout_width="320px"
- android:layout_height="240px"
- />
-
- </FrameLayout>
-
-</LinearLayout>
-
diff --git a/media/tests/MediaFrameworkTest/res/raw/shortmp3.mp3 b/media/tests/MediaFrameworkTest/res/raw/shortmp3.mp3
deleted file mode 100644
index 3af32a15..0000000
--- a/media/tests/MediaFrameworkTest/res/raw/shortmp3.mp3
+++ /dev/null
Binary files differ
diff --git a/media/tests/MediaFrameworkTest/res/raw/testmidi.mid b/media/tests/MediaFrameworkTest/res/raw/testmidi.mid
deleted file mode 100644
index df84e20..0000000
--- a/media/tests/MediaFrameworkTest/res/raw/testmidi.mid
+++ /dev/null
Binary files differ
diff --git a/media/tests/MediaFrameworkTest/res/raw/testmp3.mp3 b/media/tests/MediaFrameworkTest/res/raw/testmp3.mp3
deleted file mode 100644
index 89c44b0..0000000
--- a/media/tests/MediaFrameworkTest/res/raw/testmp3.mp3
+++ /dev/null
Binary files differ
diff --git a/media/tests/MediaFrameworkTest/res/values/strings.xml b/media/tests/MediaFrameworkTest/res/values/strings.xml
deleted file mode 100644
index a24309f..0000000
--- a/media/tests/MediaFrameworkTest/res/values/strings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="app_name">mediaPlayerApiTest</string>
- <string name="open_url">Open</string>
-</resources>