Searched refs:root (Results 151 - 175 of 378) sorted by relevance

1234567891011>>

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DItemAdapterTest.java81 ItemHierarchy root = adapter.getRootItemHierarchy();
82 assertSame("Root item hierarchy should be mItemGroup", mItemGroup, root);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dconvolve3x3.rs26 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs26 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve3x3.rs26 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dctxt_default.rs28 int RS_KERNEL root(int ain, rs_kernel_context context, uint32_t x) {
46 rsDebug("root at x", x);
H A Dforeach.rs24 void root(int *out, uint32_t x, uint32_t y) {
H A Dkernel2d.rs28 int RS_KERNEL root(int ain, rs_kernel_context context, uint32_t x, uint32_t y) {
30 rsDebug("root at x, y", x, y);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dvignette_f.rsh47 float4 __attribute__((kernel)) root(float4 in, uint32_t x, uint32_t y) {
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1367 * @param root The root of the virtual subtree.
1373 public static AccessibilityNodeInfoCompat obtain(View root, int virtualDescendantId) { argument
1376 AccessibilityNodeInfo.obtain(root, virtualDescendantId));
1412 * Sets the source to be a virtual descendant of the given <code>root</code>.
1413 * If <code>virtualDescendantId</code> is {@link View#NO_ID} the root
1427 * @param root The root of the virtual subtree.
1430 public void setSource(View root, int virtualDescendantId) { argument
1432 mInfo.setSource(root, virtualDescendantI
1541 addChild(View root, int virtualDescendantId) argument
1579 removeChild(View root, int virtualDescendantId) argument
1794 setParent(View root, int virtualDescendantId) argument
2666 setLabelFor(View root, int virtualDescendantId) argument
2722 setLabeledBy(View root, int virtualDescendantId) argument
3002 setTraversalBefore(View root, int virtualDescendantId) argument
3066 setTraversalAfter(View root, int virtualDescendantId) argument
[all...]
H A DAccessibilityRecordCompat.java100 * Sets the source to be a virtual descendant of the given <code>root</code>.
101 * If <code>virtualDescendantId</code> equals to {@link View#NO_ID} the root
110 * @param root The root of the virtual subtree.
116 public void setSource(View root, int virtualDescendantId) { argument
117 AccessibilityRecordCompat.setSource(mRecord, root, virtualDescendantId);
121 * Sets the source to be a virtual descendant of the given <code>root</code>.
122 * If <code>virtualDescendantId</code> equals to {@link View#NO_ID} the root
132 * @param root The root o
135 setSource(@onNull AccessibilityRecord record, View root, int virtualDescendantId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java466 public static View findView(View root, String parameter) { argument
473 View view = root.getRootView();
479 final int id = root.getResources().getIdentifier(parameter, null, null);
480 return root.getRootView().findViewById(id);
486 private static void invalidate(View root, String parameter) { argument
487 final View view = findView(root, parameter);
493 private static void requestLayout(View root, String parameter) { argument
494 final View view = findView(root, parameter);
496 root.post(new Runnable() {
504 private static void profile(View root, OutputStrea argument
537 profileViewAndChildren(View view, RenderNode node, BufferedWriter out, boolean root) argument
657 captureLayers(View root, final DataOutputStream clientStream) argument
729 outputDisplayList(View root, String parameter) argument
735 outputDisplayList(View root, View target) argument
739 capture(View root, final OutputStream clientStream, String parameter) argument
747 capture(View root, final OutputStream clientStream, View captureView) argument
807 dump(View root, boolean skipChildren, boolean includeProperties, OutputStream clientStream) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java544 Asn1Node root = parseResponse(response);
545 List<Asn1Node> nodes = root.getChildren(Tags.TAG_CTX_COMP_0);
696 Asn1Node root = parseResponse(response);
697 if (root.hasChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2)) {
700 root.getChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2).asInteger());
702 return root.toBytes();
756 Asn1Node root = parseResponse(response);
757 if (root.hasChild(Tags.TAG_PROFILE_INSTALLATION_RESULT_DATA,
759 Asn1Node errorNode = root.getChild(
766 return root
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAccessibilityButtonChooserActivity.java139 View root = inflater.inflate(R.layout.accessibility_button_chooser_item, parent, false);
141 ImageView iconView = root.findViewById(R.id.accessibility_button_target_icon);
142 TextView labelView = root.findViewById(R.id.accessibility_button_target_label);
145 return root;
/frameworks/base/tools/aapt2/compile/
H A DXmlIdCollector.cpp70 xmlRes->root->Accept(&collector);
/frameworks/base/tools/preload/
H A DMemoryUsage.java289 Root root = Root.fromFile(args[0]);
290 root.baseline = baseline();
291 for (LoadedClass loadedClass : root.loadedClasses.values()) {
296 root.toFile(args[0]);
/frameworks/data-binding/
H A DpropLoader.gradle4 def root = ext.dataBindingRootFolder
6 databindingProperties.load(new FileInputStream("${root}/databinding.properties"))
9 apply from: "${root}/../buildSrc/base/version.gradle"
13 def repoBase = databindingProperties.mavenRepoAbsolutePath == "." ? root : databindingProperties.mavenRepoAbsolutePath
14 databindingProperties.androidGradlePluginRepoDir = "${root}/../../${databindingProperties.androidGradlePluginOutRepo}"
16 databindingProperties.internalPrebuiltsRepoDir = "${root}/${databindingProperties.internalPrebuiltsRepoName}"
22 apply from: "$root/../buildSrc/base/version.gradle"
25 databindingProperties.eapOutDir = "${root}/${databindingProperties.eapOutFolderName}"
26 databindingProperties.prebuildFolder = "${root}/${databindingProperties.prebuildFolderName}" +
30 ext.dataBindingConfig.externalPrebuiltsBase = "${root}/
[all...]
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
H A DArcMotionUsage.java49 mRoot = findViewById(R.id.root);
H A DBeginDelayedUsage.java41 mRoot = findViewById(R.id.root);
H A DChangeClipBoundsUsage.java51 mRoot = findViewById(R.id.root);
H A DSidePropagationUsage.java57 mRoot = findViewById(R.id.root);
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceInflater.java112 * @param root Optional parent of the generated hierarchy.
113 * @return The root of the inflated hierarchy. If root was supplied,
114 * this is the root item; otherwise it is the root of the inflated
117 public Preference inflate(int resource, @Nullable PreferenceGroup root) { argument
120 return inflate(parser, root);
137 * @param root Optional to be the parent of the generated hierarchy (if
139 * provides a set of values for root of the returned
141 * @return The root o
145 inflate(XmlPullParser parser, @Nullable PreferenceGroup root) argument
[all...]
/frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
H A DArcMotionUsage.java49 mRoot = findViewById(R.id.root);

Completed in 416 milliseconds

1234567891011>>