Home
last modified time | relevance | path

Searched full:android (Results 1 – 25 of 9888) sorted by relevance

12345678910>>...396

/external/sl4a/ScriptingLayerForAndroid/
DAndroidManifest.xml4 ** Copyright 2016, The Android Open Source Project
20 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
22 android:sharedUserId="android.uid.system">
23 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
24 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" />
25 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
26 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
27 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
28 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
29 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />
[all …]
/external/drrickorang/LoopbackApp/app/src/main/res/layout/
Dsettings_activity.xml2 <!-- Copyright (C) 2015 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:tools="http://schemas.android.com/tools"
20 android:id="@+id/settingsMainLayout"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:orientation="vertical"
24 android:background="#FFFFFF">
27 android:layout_width="fill_parent"
28 android:layout_height="wrap_content">
[all …]
Dmain_activity.xml2 <!-- Copyright (C) 2014 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:tools="http://schemas.android.com/tools"
20 android:id="@+id/linearLayoutMain"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:orientation="vertical"
24 android:background="#FFFFFF">
26 android:id="@+id/ScrollView1"
27 android:layout_width="wrap_content"
[all …]
/external/replicaisland/res/layout/
Dkey_config.xml2 <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"
11android: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 …]
Dgame_over.xml3 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 …]
Drokudou_ending_animation.xml2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content">
6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:layout_centerHorizontal="true"
11 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
12 android:layout_width="wrap_content"
13 android:layout_height="wrap_content"
[all …]
Dmainmenu.xml3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 xmlns:android="http://schemas.android.com/apk/res/android">
7 android:id="@+id/mainMenuBackground"
8 android:src="@drawable/title_background"
9 android:adjustViewBounds="true"
10 android:gravity="center_vertical"
11 android:scaleType="fitXY"
12 android:layout_width="fill_parent"
13 android:layout_height="fill_parent"/>
[all …]
/external/robolectric-shadows/robolectric/src/test/resources/
DAndroidManifest.xml2 <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/deqp/android/openglcts/
DAndroidManifest.xml2 <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/setupdesign/main/res/drawable-v21/
Dsud_fourcolor_progress_bar.xml3 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/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java2 * Copyright (C) 2015 The Android Open Source Project
16 package com.android.icu4j.srcgen;
53 * Applies Android's ICU4J source code transformation rules. If you make any changes to this class
58 // The list of public ICU API classes exposed on Android. If you change this, you should change
62 "android.icu.lang.UCharacter",
63 "android.icu.lang.UCharacter$BidiPairedBracketType",
64 "android.icu.lang.UCharacter$DecompositionType",
65 "android.icu.lang.UCharacter$EastAsianWidth",
66 "android.icu.lang.UCharacter$GraphemeClusterBreak",
67 "android.icu.lang.UCharacter$HangulSyllableType",
[all …]
/external/sl4a/ScriptingLayerForAndroid/res/xml/
Dpreferences.xml4 ** Copyright 2016, The Android Open Source Project
21 xmlns:android="http://schemas.android.com/apk/res/android">
23 android:title="General">
24android:summary="Port to use for running server. Leave at 0 for random selection." android:key="us…
27 android:title="Script Manager">
29 android:key="show_all_files"
30 android:title="Show all files"
31 android:defaultValue="false" />
34 android:title="Script Editor">
36 android:key="editor_fontsize"
[all …]
/external/webrtc/webrtc/examples/androidapp/res/xml/
Dpreferences.xml2 <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_resolution_key"
15 android:title="@string/pref_resolution_title"
16 android:defaultValue="@string/pref_resolution_default"
[all …]
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/res/layout/
Dfragment_camera2_basic.xml2 Copyright 2014 The Android Open Source Project
16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:app="http://schemas.android.com/apk/res-auto"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:background="#bb7700">
22 <com.example.android.tflitecamerademo.AutoFitTextureView
23 android:id="@+id/texture"
24 android:layout_width="match_parent"
25 android:layout_height="match_parent"
[all …]
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/res/layout-v26/
Dfragment_camera2_basic.xml2 Copyright 2014 The Android Open Source Project
16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:app="http://schemas.android.com/apk/res-auto"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:background="#bb7700">
22 <com.example.android.tflitecamerademo.AutoFitTextureView
23 android:id="@+id/texture"
24 android:layout_width="match_parent"
25 android:layout_height="match_parent"
[all …]
/external/walt/android/WALT/app/src/main/res/layout/
Dfragment_drag_latency.xml1 <FrameLayout 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:orientation="vertical">
13 android:layout_width="match_parent"
14 android:layout_height="wrap_content"
15 android:orientation="horizontal">
[all …]
/external/conscrypt/srcgen/
Dintra-core-api.txt1 method:com.android.org.conscrypt.DESEDESecretKeyFactory#DESEDESecretKeyFactory()
2 method:com.android.org.conscrypt.DefaultSSLContextImpl#DefaultSSLContextImpl()
3 method:com.android.org.conscrypt.ECParameters#ECParameters()
4 method:com.android.org.conscrypt.GCMParameters#GCMParameters()
5 method:com.android.org.conscrypt.IvParameters$AES#AES()
6 method:com.android.org.conscrypt.IvParameters$ChaCha20#ChaCha20()
7 method:com.android.org.conscrypt.IvParameters$DESEDE#DESEDE()
8 method:com.android.org.conscrypt.IvParameters#IvParameters()
9 method:com.android.org.conscrypt.KeyGeneratorImpl$AES#AES()
10 method:com.android.org.conscrypt.KeyGeneratorImpl$ARC4#ARC4()
[all …]
/external/replicaisland/res/xml/
Dpreferences.xml2 <!-- Copyright (C) 2008 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android">
21 android:title="@string/preference_game_settings">
24 android:key="enableSound"
25 android:title="@string/preference_enable_sound"
26 android:summaryOn="@string/preference_enable_sound_summary"
27 android:summaryOff="@string/preference_enable_sound_summary"
28 android:defaultValue="true"
29 android:persistent="true"
33 android:key="controlConfigScreen"
[all …]
/external/nist-sip/
DAndroidManifest.xml1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.settings.sip">
3 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
4 <uses-permission android:name="android.permission.INTERNET"></uses-permission>
5 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
6 <uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>
7 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"></uses-permission>
8 <uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>
9 <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>
10 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>
[all …]
/external/walt/android/WALT/app/src/main/res/xml/
Dpreferences.xml1 <android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/a…
2 xmlns:walt="http://schemas.android.com/apk/res/org.chromium.latency.walt">
4 <android.support.v7.preference.PreferenceScreen
5 android:key="pref_general_screen"
6 android:persistent="false"
7 android:title="General">
10 android:key="@string/preference_systrace"
11 android:title="Enable systrace logging"
12 android:defaultValue="true" />
14 <PreferenceCategory android:title="Log Uploading">
[all …]
/external/grpc-grpc-java/android-interop-testing/app/src/main/res/layout/
Dactivity_tester.xml1 <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"
6 android:orientation="vertical"
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:orientation="horizontal"
15 android:id="@+id/host_edit_text"
16 android:layout_weight="2"
[all …]
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/res/layout-land/
Dfragment_camera2_basic.xml2 Copyright 2014 The Android Open Source Project
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 android:background="#bb7700"
22 android:orientation="horizontal">
24 <com.example.android.tflitecamerademo.AutoFitTextureView
25 android:id="@+id/texture"
26 android:layout_width="0dp"
27 android:layout_height="match_parent"
[all …]
/external/bouncycastle/srcgen/
Dcore-platform-api.txt1 field:com.android.org.bouncycastle.asn1.DERNull#INSTANCE
2 field:com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers#sha256WithRSAEncryption
3 field:com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers#sha512WithRSAEncryption
4 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#C
5 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#CN
6 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#E
7 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#L
8 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#O
9 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#OU
10 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#ST
[all …]
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/res/layout/
Dactivity_routeguide.xml1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3 android:layout_height="match_parent"
5 android:orientation="vertical" >
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:orientation="horizontal">
12 android:id="@+id/host_edit_text"
13 android:layout_weight="2"
14 android:layout_width="0dp"
[all …]
/external/webrtc/webrtc/examples/androidapp/res/layout/
Dactivity_connect.xml3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
7 android:weightSum="1"
8 android:layout_margin="8dp"
9 android:layout_centerHorizontal="true">
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 android:orientation="horizontal" >
[all …]

12345678910>>...396