/frameworks/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/ |
D | Android.mk | 27 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_bad 40 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_static 52 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1
|
/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/ |
D | Android.mk | 42 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1 57 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v2 73 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1 87 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v2
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ScrollingTabContainerView.java | 424 final View custom = tab.getCustomView(); in update() local 425 if (custom != null) { in update() 426 final ViewParent customParent = custom.getParent(); in update() 428 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update() 429 addView(custom); in update() 431 mCustomView = custom; in update()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_x_param.vcf | 4 ADR;X-custom:pobox;street
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | .gitignore | 6 # We need the built .class files to load custom views and R class.
|
/frameworks/base/services/tests/PackageManagerServiceTests/apks/install-split-feature-a/ |
D | Android.bp | 17 "--custom-package com.google.android.dexapis.splitapp.feature_a",
|
/frameworks/layoutlib/ |
D | README | 1 Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | readme.md | 3 Generates layer traces from transaction traces. The tool is a custom
|
/frameworks/base/core/proto/android/ |
D | typedef.proto | 27 // 60001 is a random field numbers assigned to the custom options
|
/frameworks/base/tests/FeatureSplit/feature2/ |
D | Android.bp | 34 "--custom-package",
|
/frameworks/base/tests/FeatureSplit/feature1/ |
D | Android.bp | 35 "--custom-package",
|
/frameworks/base/tests/ApkVerityTest/ApkVerityTestApp/ |
D | Android.bp | 35 "--custom-package com.android.apkverity.feature_x",
|
/frameworks/base/services/robotests/ |
D | README | 12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
|
/frameworks/base/mime/java-res/ |
D | vendor.mime.types | 40 # Add your custom mappings below this line (with no "#" at the start of the line):
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 25 Writing a custom `SystemUIAppComponentFactoryBase` and `SystemUIInitializer`, 27 graph, and launch a custom version of SystemUI. 140 Component allowing the vendor/OEM to inject a custom component.
|
/frameworks/native/libs/binder/rust/tests/ |
D | Android.bp | 61 // rustBinderTestService uses a custom config
|
/frameworks/base/data/keyboards/ |
D | Vendor_0957_Product_0001.kl | 46 # custom keys
|
/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
D | textclassifier_enums.proto | 53 // User clicked on a custom action.
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 803 vertex program. Calling this function with a custom vertex shader 817 vertex program. Calling this function with a custom vertex shader 831 vertex program. Calling this function with a custom vertex shader 845 vertex program. Calling this function with a custom vertex shader
|
/frameworks/av/apex/ |
D | Android.bp | 67 // Use a custom AndroidManifest.xml used for API targeting. 191 // Use a custom AndroidManifest.xml used for API targeting.
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 24 * This only works for apps that do not use a custom layout inflater.
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 674 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local 675 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent() 678 custom.setPadding( in setupCustomContent()
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 953 let custom = Custom(123_456_789, true, string8, strs); in test_custom_parcelable() localVariable 958 assert!(custom.serialize(&mut parcel.borrowed()).is_ok()); in test_custom_parcelable() 968 assert_eq!(custom2.2, custom.2); in test_custom_parcelable() 969 assert_eq!(custom2.3, custom.3); in test_custom_parcelable()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 103 * Report a custom vendor atom.
|
/frameworks/rs/ |
D | support.bp | 14 // Generate custom headers
|