Home
last modified time | relevance | path

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

12345678910>>...100

/third_party/flutter/engine/flutter/testing/scenario_app/android/app/src/main/res/drawable/
Dic_launcher_background.xml2 <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 …]
/third_party/grpc/examples/android/helloworld/app/src/main/res/layout/
Dactivity_helloworld.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:paddingTop="12dp"
11 android:paddingBottom="12dp"
12 android:textSize="16sp"
13 android:text="gRPC Client Configuration"
[all …]
/third_party/flutter/flutter/examples/platform_view/android/app/src/main/res/layout/
Dandroid_full_screen_layout.xml2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:app="http://schemas.android.com/apk/res-auto"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
7 android:theme="@style/Theme.AppCompat">
9 <android.support.v7.widget.Toolbar
10 android:id="@+id/my_toolbar"
11 android:layout_width="match_parent"
12 android:layout_height="?attr/actionBarSize"
[all …]
/third_party/flutter/flutter/dev/tools/gen_keycodes/data/
Dkey_data.json5 "android": [ array
13 "android": null, null
21 "android": [ array
30 "android": null, null
36 "android": null, null
44 "android": null, null
51 "android": null, null
57 "android": null, null
65 "android": null, null
72 "android": [ array
[all …]
/third_party/flutter/flutter/examples/flutter_view/android/app/src/main/res/layout/
Dflutter_view_layout.xml2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:app="http://schemas.android.com/apk/res-auto"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
10 android:id="@+id/flutter_view"
11 android:layout_width="match_parent"
12 android:layout_height="match_parent"
13 android:layout_weight="1"
16 <android.support.design.widget.CoordinatorLayout
[all …]
/third_party/grpc/src/android/test/interop/app/src/main/res/layout/
Dactivity_interop.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 …]
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/res/layout/
Dactivity_main.xml3 <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 xmlns:app="http://schemas.android.com/apk/res-auto"
5 android:id="@+id/drawerLayout"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent">
11 android:layout_width="match_parent"
12 android:layout_height="match_parent">
14 android:layout_gravity="center"
15 android:id="@+id/menuView"
16 android:layout_width="match_parent"
[all …]
Dstate_item.xml2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical" android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:weightSum="1">
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:layout_marginTop="10dp"
11 android:layout_marginLeft="10dp"
12 android:layout_marginBottom="0dp"
13 android:textAppearance="?android:attr/textAppearanceLarge"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/res/layout/
Dstate_item.xml2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical" android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:weightSum="1">
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:layout_marginTop="10dp"
11 android:layout_marginLeft="10dp"
12 android:layout_marginBottom="0dp"
13 android:textAppearance="?android:attr/textAppearanceLarge"
[all …]
Dactivity_main.xml3 <android.support.v4.widget.DrawerLayout
4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:id="@+id/drawerLayout"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent">
10 android:layout_width="match_parent"
11 android:layout_height="match_parent">
15 android:id="@+id/mainLayout"
16 android:layout_width="match_parent"
17 android:layout_height="match_parent">
[all …]
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/res/layout-xlarge-land/
Dactivity_main.xml4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:orientation="horizontal"
6 android:layout_width="match_parent"
7 android:background="@android:color/darker_gray"
8 android:layout_height="match_parent">
11 <ListView android:id="@+id/leftDrawer"
12 android:layout_width="240dp"
13 android:layout_height="match_parent"
14 android:layout_gravity="start"
15 android:choiceMode="singleChoice"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/res/layout-xlarge-land/
Dactivity_main.xml4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:orientation="horizontal"
6 android:layout_width="match_parent"
7 android:background="@android:color/darker_gray"
8 android:layout_height="match_parent">
11 <ListView android:id="@+id/leftDrawer"
12 android:layout_width="240dp"
13 android:layout_height="match_parent"
14 android:layout_gravity="start"
15 android:choiceMode="singleChoice"
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dapplication_package_test.dart10 import 'package:flutter_tools/src/android/android_sdk.dart';
38 group('Apk with partial Android SDK works', () {
63 gradle = fs.file(project.android.hostAppGradleRoot.childFile(
99 final File gradle = project.android.hostAppGradleRoot.childFile(
143 …vity that has enabled set to true, action set to android.intent.action.MAIN and category set to an…
150 …as no value for its enabled field, action set to android.intent.action.MAIN and category set to an…
172 …testUsingContext('Error when parsing manifest with no Activity that has action set to android.inte…
180 …testUsingContext('Error when parsing manifest with no Activity that has category set to android.in…
386 '''N: android=http://schemas.android.com/apk/res/android
388 A: android:versionCode(0x0101021b)=(type 0x10)0x1
[all …]
/third_party/flutter/flutter/dev/devicelab/
Dmanifest.yaml40 Layout sample app for Android from Linux.
42 required_agent_capabilities: ["linux/android"]
54 Layout for Android from Windows.
56 required_agent_capabilities: ["windows/android"]
61 app for Android from Linux.
63 required_agent_capabilities: ["linux/android"]
75 app for Android from Windows.
77 required_agent_capabilities: ["windows/android"]
84 required_agent_capabilities: ["windows/android"]
98 required_agent_capabilities: ["linux/android"]
[all …]
/third_party/flutter/skia/third_party/externals/sdl/android-project/
DAndroidManifest.xml5 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
7 android:versionCode="1"
8 android:versionName="1.0"
9 android:installLocation="auto">
11 <!-- Android 2.3.3 -->
12 <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="12" />
15 <uses-feature android:glEsVersion="0x00020000" />
18 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
21 <!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> -->
30 An example Java class can be found in README-android.md
[all …]
/third_party/flutter/engine/flutter/tools/android_lint/
Dproject.xml5 <module name="FlutterEngine" android="true" library="true" compile-sdk-version="android-P">
6 <manifest file="../../../flutter/shell/platform/android/AndroidManifest.xml" />
7 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterPluginRegistry.java" />
8 … <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java" />
9 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivity.java" />
10 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityEvents.java" />
11 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterApplication.java" />
12 … <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java" />
13 <src file="../../../flutter/shell/platform/android/io/flutter/util/Preconditions.java" />
14 <src file="../../../flutter/shell/platform/android/io/flutter/util/Predicate.java" />
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/
DAndroidManifest.xml6 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.app" andro…
8 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
9 <uses-permission android:name="android.permission.INTERNET" />
10 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
11 <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
13 …<application android:label="Flutter Shell" android:name="FlutterApplication" android:debuggable="t…
14 …<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirec…
15 android:hardwareAccelerated="true"
16 android:launchMode="standard"
17 android:name="FlutterActivity"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/res/layout/
Dactivity_main.xml17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:tools="http://schemas.android.com/tools"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 xmlns:app="http://schemas.android.com/apk/res-auto"
25 android:layout_width="match_parent"
26 android:layout_height="match_parent">
28 <android.support.v7.widget.Toolbar
29 android:id="@+id/main_toolbar"
30 android:layout_width="match_parent"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/
DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
10 android:allowBackup="false"
11 android:theme="@style/AppTheme"
12 android:label="SkQP">
14 <activity android:name=".MainActivity">
16 <action android:name="android.intent.action.MAIN" />
17 <category android:name="android.intent.category.LAUNCHER" />
[all …]
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/
DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
5 <uses-permission android:name="android.permission.CAMERA"/>
8 <uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
9 <uses-feature android:glEsVersion="0x00020000" android:required="true" />
12 android:allowBackup="true"
13 android:icon="@drawable/ic_launcher"
14 android:label="@string/app_name"
15 android:theme="@style/Theme.AppCompat.Light.NoActionBar"
16 android:usesCleartextTraffic="false">
19 <meta-data android:name="com.google.ar.core" android:value="required" />
[all …]
/third_party/flutter/engine/flutter/testing/scenario_app/android/app/src/main/
DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 <uses-permission android:name="android.permission.INTERNET"/>
6 android:name="io.flutter.app.FlutterApplication"
7 android:allowBackup="true"
8 android:icon="@mipmap/ic_launcher"
9 android:label="@string/app_name"
10 android:roundIcon="@mipmap/ic_launcher_round"
11 android:supportsRtl="true"
12 android:theme="@style/AppTheme">
14 android:name=".MainActivity"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/
DAndroidManifest.xml19 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:tools="http://schemas.android.com/tools"
23 <uses-permission android:name="android.permission.CAMERA"/>
26 <uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
27 <uses-feature android:glEsVersion="0x00020000" android:required="true" />
30 android:allowBackup="false"
31 android:icon="@drawable/ic_launcher"
32 android:label="@string/app_name"
33 android:theme="@style/Theme.AppCompat.Light.NoActionBar"
34 android:usesCleartextTraffic="false"
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/res/layout/
Dactivity_main.xml2 <RelativeLayout 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="match_parent"
10 android:layout_width="368dp"
11 android:layout_height="495dp"
12 android:orientation="vertical"
17 android:id="@+id/textView2"
18 android:layout_width="match_parent"
[all …]
/third_party/flutter/engine/flutter/testing/scenario_app/android/app/src/main/res/drawable-v24/
Dic_launcher_foreground.xml1 <vector xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:aapt="http://schemas.android.com/aapt"
3 android:width="108dp"
4 android:height="108dp"
5 android:viewportWidth="108"
6 android:viewportHeight="108">
8 android:fillType="evenOdd"
9android:pathData="M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,…
10 android:strokeWidth="1"
11 android:strokeColor="#00000000">
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dsupplicant.cpp17 android::binder::Status Supplicant::CreateInterface( in CreateInterface()
18 const android::os::PersistableBundle &params, in CreateInterface()
19 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) in CreateInterface()
21 android::String16 driver, ifname, confname, bridge_ifname; in CreateInterface()
24 if (!params.getString(android::String16("Ifname"), &ifname)) in CreateInterface()
25 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
27 android::String8("Ifname missing in params.")); in CreateInterface()
29 params.getString(android::String16("Driver"), &driver); in CreateInterface()
30 params.getString(android::String16("ConfigFile"), &confname); in CreateInterface()
31 params.getString(android::String16("BridgeIfname"), &bridge_ifname); in CreateInterface()
[all …]

12345678910>>...100