Searched refs:custom (Results 1 – 25 of 44) sorted by relevance
12
/frameworks/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/ |
D | Android.mk | 24 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/ |
D | Android.mk | 36 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/ |
D | ScrollingTabContainerView.java | 423 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/ |
D | README.md | 5 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/ |
D | Android.bp | 8 "--custom-package com.google.android.dexapis.splitapp.feature_a",
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_x_param.vcf | 4 ADR;X-custom:pobox;street
|
/frameworks/layoutlib/ |
D | README | 1 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
|
/frameworks/base/tests/FeatureSplit/feature1/ |
D | Android.bp | 26 "--custom-package",
|
/frameworks/base/tests/FeatureSplit/feature2/ |
D | Android.bp | 25 "--custom-package",
|
/frameworks/av/apex/ |
D | Android.bp | 42 // Use a custom AndroidManifest.xml used for API targeting. 86 // Use a custom AndroidManifest.xml used for API targeting.
|
/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 | 10 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/ |
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
|
D | rs_vector_math.spec | 29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
|
D | rs_math.spec | 43 <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/ |
D | README.txt | 59 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/ |
D | support.bp | 11 // Generate custom headers
|
D | Android.bp | 131 // Generate custom headers
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 642 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/ |
D | README.md | 24 * This only works for apps that do not use a custom layout inflater.
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 103 * Report a custom vendor atom.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppNotRespondingDialog.java | 104 final FrameLayout frame = findViewById(android.R.id.custom); in onCreate()
|
D | AppErrorDialog.java | 110 final FrameLayout frame = findViewById(android.R.id.custom); in onCreate()
|
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules_test.cpp | 196 <custom android:id="@id/foo"
|
12