Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/
DAndroid.mk27 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/
DAndroid.mk42 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/
DScrollingTabContainerView.java424 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/
Dv21_x_param.vcf4 ADR;X-custom:pobox;street
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
D.gitignore6 # We need the built .class files to load custom views and R class.
/frameworks/base/services/tests/PackageManagerServiceTests/apks/install-split-feature-a/
DAndroid.bp17 "--custom-package com.google.android.dexapis.splitapp.feature_a",
/frameworks/layoutlib/
DREADME1 Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
/frameworks/native/services/surfaceflinger/Tracing/tools/
Dreadme.md3 Generates layer traces from transaction traces. The tool is a custom
/frameworks/base/core/proto/android/
Dtypedef.proto27 // 60001 is a random field numbers assigned to the custom options
/frameworks/base/tests/FeatureSplit/feature2/
DAndroid.bp34 "--custom-package",
/frameworks/base/tests/FeatureSplit/feature1/
DAndroid.bp35 "--custom-package",
/frameworks/base/tests/ApkVerityTest/ApkVerityTestApp/
DAndroid.bp35 "--custom-package com.android.apkverity.feature_x",
/frameworks/base/services/robotests/
DREADME12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
/frameworks/base/mime/java-res/
Dvendor.mime.types40 # Add your custom mappings below this line (with no "#" at the start of the line):
/frameworks/base/packages/SystemUI/
DREADME.md25 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/
DAndroid.bp61 // rustBinderTestService uses a custom config
/frameworks/base/data/keyboards/
DVendor_0957_Product_0001.kl46 # custom keys
/frameworks/proto_logging/stats/enums/stats/textclassifier/
Dtextclassifier_enums.proto53 // User clicked on a custom action.
/frameworks/rs/script_api/
Drs_graphics.spec803 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/
DAndroid.bp67 // Use a custom AndroidManifest.xml used for API targeting.
191 // Use a custom AndroidManifest.xml used for API targeting.
/frameworks/base/startop/view_compiler/
DREADME.md24 * This only works for apps that do not use a custom layout inflater.
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java674 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/
Dparcelable.rs953 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/
DIStats.hal103 * Report a custom vendor atom.
/frameworks/rs/
Dsupport.bp14 // Generate custom headers

123