Searched full:android (Results 1 – 25 of 14494) sorted by relevance
12345678910>>...580
| /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/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/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 <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/andr… 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 …]
|
| /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/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/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/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/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/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/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/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/robolectric-shadows/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 …]
|
| /external/oboe/apps/fxlab/app/src/main/res/drawable/ |
| D | ic_launcher_background.xml | 19 xmlns:android="http://schemas.android.com/apk/res/android" 20 android:height="108dp" 21 android:width="108dp" 22 android:viewportHeight="108" 23 android:viewportWidth="108"> 24 <path android:fillColor="#008577" 25 android:pathData="M0,0h108v108h-108z"/> 26 <path android:fillColor="#00000000" android:pathData="M9,0L9,108" 27 android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> 28 <path android:fillColor="#00000000" android:pathData="M19,0L19,108" [all …]
|
| /external/deqp/android/openglcts/ |
| D | AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 4 android:versionCode="1" 5 android:versionName="1.0"> 7 <application android:label="Khronos OpenGL Conformance Tests"> 9 <activity android:name="android.app.NativeActivity" 10 android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 11 android:label="OpenGL CTS" 12 android:configChanges="orientation|keyboardHidden|screenLayout" 13 android:exported="true" 14 android:process=":testercore"> [all …]
|
| /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
| D | Icu4jTransform.java | 2 * Copyright (C) 2015 The Android Open Source Project 16 package com.android.icu4j.srcgen; 54 * Applies Android's ICU4J source code transformation rules. If you make any changes to this class 59 // The list of public ICU API classes exposed on Android. If you change this, you should change 63 "android.icu.lang.UCharacter", 64 "android.icu.lang.UCharacter$BidiPairedBracketType", 65 "android.icu.lang.UCharacter$DecompositionType", 66 "android.icu.lang.UCharacter$EastAsianWidth", 67 "android.icu.lang.UCharacter$GraphemeClusterBreak", 68 "android.icu.lang.UCharacter$HangulSyllableType", [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/video/spherical/ |
| D | SphericalGLSurfaceView.html | 116 …belInType">Package</span> <a href="package-summary.html">com.google.android.exoplayer2.video.… 121 <li><a href="https://developer.android.com/reference/java/lang/Object.html" title="class or interfa… 124 …/developer.android.com/reference/android/view/View.html" title="class or interface in android.view… 127 …eloper.android.com/reference/android/view/SurfaceView.html" title="class or interface in android.v… 130 …per.android.com/reference/android/opengl/GLSurfaceView.html" title="class or interface in android.… 133 <li>com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView</li> 148 …android.com/reference/android/graphics/drawable/Drawable.Callback.html" title="class or interface … 152 …ds <a href="https://developer.android.com/reference/android/opengl/GLSurfaceView.html" title="clas… 183 …lGLSurfaceView.VideoSurfaceListener.html" title="interface in com.google.android.exoplayer2.video.… 185 …or the <a href="https://developer.android.com/reference/android/view/Surface.html" title="class or… [all …]
|
| /external/setupdesign/main/res/drawable-v21/ |
| D | sud_fourcolor_progress_bar.xml | 3 Copyright (C) 2017 The Android Open Source Project 20 <animated-vector xmlns:aapt="http://schemas.android.com/aapt" 21 xmlns:android="http://schemas.android.com/apk/res/android" 22 xmlns:tools="http://schemas.android.com/tools" 24 <!-- Ignore MissingPrefix: aapt:attr tags take the name attribute without "android:" prefix --> 26 <aapt:attr name="android:drawable"> 27 <vector android:width="823dp" android:height="823dp" android:viewportHeight="823" 28 android:viewportWidth="823"> 29 <group android:name="blue1" android:translateX="411.5" android:translateY="411.5"> 30 <path android:name="blue1_path" [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/video/spherical/ |
| D | SphericalGLSurfaceView.html | 116 …belInType">Package</span> <a href="package-summary.html">com.google.android.exoplayer2.video.… 121 <li><a href="https://developer.android.com/reference/java/lang/Object.html" title="class or interfa… 124 …/developer.android.com/reference/android/view/View.html" title="class or interface in android.view… 127 …eloper.android.com/reference/android/view/SurfaceView.html" title="class or interface in android.v… 130 …per.android.com/reference/android/opengl/GLSurfaceView.html" title="class or interface in android.… 133 <li>com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView</li> 148 …android.com/reference/android/graphics/drawable/Drawable.Callback.html" title="class or interface … 152 …ds <a href="https://developer.android.com/reference/android/opengl/GLSurfaceView.html" title="clas… 183 …lGLSurfaceView.VideoSurfaceListener.html" title="interface in com.google.android.exoplayer2.video.… 185 …or the <a href="https://developer.android.com/reference/android/view/Surface.html" title="class or… [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/ui/ |
| D | AspectRatioFrameLayout.html | 116 …belInType">Package</span> <a href="package-summary.html">com.google.android.exoplayer2.ui</a>… 121 <li><a href="https://developer.android.com/reference/java/lang/Object.html" title="class or interfa… 124 …/developer.android.com/reference/android/view/View.html" title="class or interface in android.view… 127 …veloper.android.com/reference/android/view/ViewGroup.html" title="class or interface in android.vi… 130 …oper.android.com/reference/android/widget/FrameLayout.html" title="class or interface in android.w… 133 <li>com.google.android.exoplayer2.ui.AspectRatioFrameLayout</li> 148 …android.com/reference/android/graphics/drawable/Drawable.Callback.html" title="class or interface … 152 …nds <a href="https://developer.android.com/reference/android/widget/FrameLayout.html" title="class… 153 …">A <a href="https://developer.android.com/reference/android/widget/FrameLayout.html" title="class… 176 …atioFrameLayout.AspectRatioListener.html" title="interface in com.google.android.exoplayer2.ui">As… [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/video/ |
| D | VideoDecoderGLSurfaceView.html | 116 …belInType">Package</span> <a href="package-summary.html">com.google.android.exoplayer2.video<… 121 <li><a href="https://developer.android.com/reference/java/lang/Object.html" title="class or interfa… 124 …/developer.android.com/reference/android/view/View.html" title="class or interface in android.view… 127 …eloper.android.com/reference/android/view/SurfaceView.html" title="class or interface in android.v… 130 …per.android.com/reference/android/opengl/GLSurfaceView.html" title="class or interface in android.… 133 <li>com.google.android.exoplayer2.video.VideoDecoderGLSurfaceView</li> 148 …android.com/reference/android/graphics/drawable/Drawable.Callback.html" title="class or interface … 152 …ds <a href="https://developer.android.com/reference/android/opengl/GLSurfaceView.html" title="clas… 153 implements <a href="VideoDecoderOutputBufferRenderer.html" title="interface in com.google.android.e… 154 …android.exoplayer2.video"><code>VideoDecoderOutputBufferRenderer</code></a> for rendering <a href=… [all …]
|
12345678910>>...580