| /external/oboe/samples/drumthumper/src/main/res/layout/ |
| D | drumthumper_activity.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:layout_width="match_parent" 6 android:layout_height="wrap_content" 7 android:orientation="vertical" 11 android:layout_width="match_parent" 12 android:layout_height="128dp" 13 android:orientation="horizontal"> 16 android:layout_width="wrap_content" [all …]
|
| /external/oboe/samples/drumthumper/src/main/res/layout-land/ |
| D | drumthumper_activity.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:layout_width="match_parent" 6 android:layout_height="wrap_content" 7 android:orientation="vertical" 11 android:layout_width="match_parent" 12 android:layout_height="128dp" 13 android:orientation="horizontal"> 16 android:layout_width="wrap_content" [all …]
|
| /external/sl4a/ScriptingLayerForAndroid/ |
| D | AndroidManifest.xml | 4 ** Copyright 2016, The Android Open Source Project 20 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 22 android:sharedUserId="android.uid.system"> 24 <permission android:name="com.googlecode.android_scripting.ACTION_FOUND_PERMISSION" /> 26 <protected-broadcast android:name="com.googlecode.android_scripting.ACTION_FOUND" 27 android:protectionLevel="signatureOrSystem"/> 29 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" /> 30 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" /> 31 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> 32 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> [all …]
|
| /external/oboe/apps/OboeTester/app/src/main/res/layout/ |
| D | stream_config.xml | 2 <merge xmlns:android="http://schemas.android.com/apk/res/android"> 5 android:layout_width="match_parent" 6 android:layout_height="wrap_content" 7 android:orientation="vertical"> 9 <TextView android:id="@+id/toggle_stream_config" 10 android:layout_width="match_parent" 11 android:layout_height="wrap_content" 12 android:background="#C0F0E0" 13 android:clickable="true" 14 android:text="@string/hint_hide_settings" /> [all …]
|
| D | activity_main.xml | 2 …idx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/and… 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:id="@+id/linearLayout" 6 android:layout_width="match_parent" 7 android:layout_height="match_parent" 8 android:layout_marginLeft="4dp" 9 android:layout_marginRight="4dp" 10 android:background="@color/version_release" 14 android:id="@+id/versionText" [all …]
|
| D | activity_test_output.xml | 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:layout_width="match_parent" 6 android:layout_height="wrap_content" 7 android:fillViewport="true" 11 android:layout_width="match_parent" 12 android:layout_height="wrap_content" 13 android:orientation="vertical" 14 android:paddingBottom="@dimen/activity_vertical_margin" 15 android:paddingLeft="@dimen/activity_horizontal_margin" [all …]
|
| /external/webrtc/examples/androidvoip/res/layout/ |
| D | activity_main.xml | 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:app="http://schemas.android.com/apk/res-auto" 5 xmlns:tools="http://schemas.android.com/tools" 6 android:id="@+id/scroll_view" 7 android:layout_width="match_parent" 8 android:layout_height="wrap_content" 9 android:focusable="true" 10 android:focusableInTouchMode="true" 14 android:orientation="vertical" 15 android:layout_width="match_parent" [all …]
|
| /external/replicaisland/res/layout/ |
| D | key_config.xml | 2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_parent" 4 android:layout_height="fill_parent"> 6 android:layout_width="fill_parent" 7 android:layout_height="fill_parent"> 9 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 10 android:orientation="horizontal" 11 …android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_gravity="ce… 13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 14 android:orientation="vertical" [all …]
|
| D | game_over.xml | 3 android:layout_width="fill_parent" 4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android" android:background="#FFFFFF"> 7 android:id="@+id/mainMenuBackground" 8 android:src="@drawable/title_background" 9 android:adjustViewBounds="true" 10 android:scaleType="fitXY" 11 android:layout_width="fill_parent" 12 android:layout_height="fill_parent" android:gravity="right" android:tint="#88FFFFFF"/> 13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" [all …]
|
| /external/accompanist/sample/src/main/ |
| D | AndroidManifest.xml | 3 ~ Copyright 2022 The Android Open Source Project 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 19 xmlns:tools="http://schemas.android.com/tools"> 22 <uses-permission android:name="android.permission.INTERNET" /> 25 <uses-permission android:name="android.permission.CAMERA" /> 26 <uses-feature android:name="android.hardware.camera" android:required="false"/> 27 <uses-permission android:name="android.permission.RECORD_AUDIO" /> 28 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> 29 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> 32 android:allowBackup="false" [all …]
|
| /external/webrtc/examples/androidapp/res/xml/ |
| D | preferences.xml | 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 4 android:key="@string/pref_videosettings_key" 5 android:title="@string/pref_videosettings_title"> 8 android:key="@string/pref_videocall_key" 9 android:title="@string/pref_videocall_title" 10 android:dialogTitle="@string/pref_videocall_dlg" 11 android:defaultValue="@string/pref_videocall_default" /> 14 android:key="@string/pref_screencapture_key" 15 android:title="@string/pref_screencapture_title" 16 android:defaultValue="@string/pref_screencapture_default" /> [all …]
|
| /external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:height="108dp" 4 android:width="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108"> 8 android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeColor="#33FFFFFF" [all …]
|
| /external/lottie/sample-compose/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108"> 8 android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeColor="#33FFFFFF" [all …]
|
| /external/flatbuffers/android/app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/oboe/samples/minimaloboe/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/aws-crt-java/src/test/android/testapp/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/python/bumble/extras/android/BtBench/app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 3 android:height="108dp" 4 android:width="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108" 7 xmlns:android="http://schemas.android.com/apk/res/android"> 8 <path android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z"/> 10 <path android:fillColor="#00000000" android:pathData="M9,0L9,108" 11 android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> 12 <path android:fillColor="#00000000" android:pathData="M19,0L19,108" [all …]
|
| /external/oboe/samples/drumthumper/src/main/res/drawable/ |
| D | _ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#008577" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/oboe/samples/RhythmGame/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108"> 8 android:fillColor="#26A69A" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeColor="#33FFFFFF" [all …]
|
| /external/oboe/samples/SoundBoard/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 3 android:height="108dp" 4 android:width="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108" 7 xmlns:android="http://schemas.android.com/apk/res/android"> 8 <path android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z"/> 10 <path android:fillColor="#00000000" android:pathData="M9,0L9,108" 11 android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> 12 <path android:fillColor="#00000000" android:pathData="M19,0L19,108" [all …]
|
| /external/oboe/apps/OboeTester/app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 3 android:height="108dp" 4 android:width="108dp" 5 android:viewportHeight="108" 6 android:viewportWidth="108" 7 xmlns:android="http://schemas.android.com/apk/res/android"> 8 <path android:fillColor="#3DDC84" 9 android:pathData="M0,0h108v108h-108z"/> 10 <path android:fillColor="#00000000" android:pathData="M9,0L9,108" 11 android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> 12 <path android:fillColor="#00000000" android:pathData="M19,0L19,108" [all …]
|
| /external/oboe/tests/UnitTestRunner/app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#008577" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/oboe/samples/MegaDrone/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="108dp" 4 android:height="108dp" 5 android:viewportWidth="108" 6 android:viewportHeight="108"> 8 android:fillColor="#008577" 9 android:pathData="M0,0h108v108h-108z" /> 11 android:fillColor="#00000000" 12 android:pathData="M9,0L9,108" 13 android:strokeWidth="0.8" [all …]
|
| /external/robolectric/robolectric/src/test/resources/ |
| D | AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="org.robolectric" android:sharedUserId="sharedUserId.robolectric" 4 android:versionCode="123" 5 android:versionName="aVersionName"> 6 <uses-sdk android:targetSdkVersion="23"/> 8 <permission android:name="some_permission" 9 android:description="@string/test_permission_description" 10 android:icon="@drawable/an_image" 11 android:label="@string/test_permission_label" 12 android:permissionGroup="my_permission_group" [all …]
|
| /external/kotlinx.coroutines/ui/kotlinx-coroutines-android/ |
| D | package.list | 1 android 2 android.accessibilityservice 3 android.accounts 4 android.animation 5 android.annotation 6 android.app 7 android.app.admin 8 android.app.assist 9 android.app.backup 10 android.app.job [all …]
|