Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/
DAndroid.mk24 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_bad
33 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_static
42 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1
/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/
DAndroid.mk36 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1
48 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v2
61 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v1
72 LOCAL_AAPT_FLAGS := --custom-package $(my_package_prefix)_v2
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java423 final View custom = tab.getCustomView(); in update() local
424 if (custom != null) { in update()
425 final ViewParent customParent = custom.getParent(); in update()
427 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()
428 addView(custom); in update()
430 mCustomView = custom; in update()
/frameworks/ml/nn/extensions/
DREADME.md5 HAL 1.2 or higher, drivers can provide custom hardware-accelerated operations by
56 * A custom scalar type.
61 * A custom tensor type.
86 Extensions can also declare custom structures to accompany extension operands.
208 device manufacturers to provide custom, driver-specific functionality. These
/frameworks/base/core/tests/coretests/apks/install-split-feature-a/
DAndroid.bp8 "--custom-package com.google.android.dexapis.splitapp.feature_a",
/frameworks/opt/vcard/tests/res/raw/
Dv21_x_param.vcf4 ADR;X-custom:pobox;street
/frameworks/layoutlib/
DREADME1 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
/frameworks/base/tests/FeatureSplit/feature1/
DAndroid.bp26 "--custom-package",
/frameworks/base/tests/FeatureSplit/feature2/
DAndroid.bp25 "--custom-package",
/frameworks/av/apex/
DAndroid.bp42 // Use a custom AndroidManifest.xml used for API targeting.
86 // Use a custom AndroidManifest.xml used for API targeting.
/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.md10 on some custom dependency injection provided by Dependency.
77 Provides custom dependency injection.
146 Component allowing the vendor/OEM to inject a custom component.
/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
Drs_vector_math.spec29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
Drs_math.spec43 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
1222 test: custom
1311 test: custom
2326 test: custom
2697 test: custom
2746 test: custom
2926 test: custom
/frameworks/rs/tests/lldb/
DREADME.txt59 Path to a custom config file.
111 details of your specific environment. The user file should define a custom
209 executable from the custom package.
/frameworks/rs/
Dsupport.bp11 // Generate custom headers
DAndroid.bp131 // Generate custom headers
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java642 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local
643 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent()
646 custom.setPadding( in setupCustomContent()
/frameworks/base/startop/view_compiler/
DREADME.md24 * This only works for apps that do not use a custom layout inflater.
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal103 * Report a custom vendor atom.
/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java104 final FrameLayout frame = findViewById(android.R.id.custom); in onCreate()
DAppErrorDialog.java110 final FrameLayout frame = findViewById(android.R.id.custom); in onCreate()
/frameworks/base/tools/aapt2/java/
DProguardRules_test.cpp196 <custom android:id="@id/foo"

12