Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/docs/html/resources/articles/
Dlayout-tricks-merge.jd5 reuse and share your layout code. This article explains the <code>&lt;merge /&gt;</code> tag and how
8 <p>The <code>&lt;merge /&gt;</code> tag was created for the purpose of
61 <p>That's where the <code>&lt;merge /&gt;</code> tag comes in handy. When the
63 the <code>&lt;merge /&gt;</code> children to the <code>&lt;merge /&gt;</code>
65 <code>FrameLayout</code> with <code>&lt;merge /&gt;</code>:</p>
67 <pre class="prettyprint">&lt;merge xmlns:android="http://schemas.android.com/apk/res/android"&gt;
89 &lt;/merge&gt;</pre>
96 …gn: center;"><img src="images/merge3.png" alt="Optimized view hierarchy using the merge tag"></div>
98 <p>Obviously, using <code>&lt;merge /&gt;</code> works in this case because the
101 as its root tag for instance. The <code>&lt;merge /&gt;</code> can be useful in
[all …]
Dlayout-tricks-reuse.jd19 instance: <code>&lt;requestFocus /&gt;</code>, <code>&lt;merge /&gt;</code> and
22 use <code>&lt;merge /&gt;</code>, which can be particularly powerful when
24 href="{@docRoot}resources/articles/layout-tricks-merge.html">Merging Layouts</a>
Dlayout-tricks-stubs.jd83 <em>not</em> support the <a href="layout-tricks-merge.html">&lt;merge /&gt;
Dindex.jd65 …<dt><a href="{@docRoot}resources/articles/layout-tricks-merge.html">Layout Tricks: Merging Layouts…
66 …<dd>Learn how to use the <code>&lt;merge&gt;</code> tag in your XML layouts in order to avoid unne…
/frameworks/base/include/utils/
DSortedVector.h113 ssize_t merge(const Vector<TYPE>& vector);
114 ssize_t merge(const SortedVector<TYPE>& vector);
220 ssize_t SortedVector<TYPE>::merge(const Vector<TYPE>& vector) { in merge() function
221 return SortedVectorImpl::merge(reinterpret_cast<const VectorImpl&>(vector)); in merge()
225 ssize_t SortedVector<TYPE>::merge(const SortedVector<TYPE>& vector) { in merge() function
226 return SortedVectorImpl::merge(reinterpret_cast<const SortedVectorImpl&>(vector)); in merge()
DVectorImpl.h159 ssize_t merge(const VectorImpl& vector);
160 ssize_t merge(const SortedVectorImpl& vector);
/frameworks/base/include/ui/
DRegion.h69 const Region merge(const Rect& rhs) const;
74 const Region merge(const Region& rhs) const;
86 const Region merge(const Region& rhs, int dx, int dy) const;
161 return merge(rhs);
/frameworks/base/docs/html/guide/developing/tools/
Dlayoutopt.jd24 7:23 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
27 7:7 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
41 7:413 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
44 7:19 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
/frameworks/base/libs/ui/
DRegion.cpp161 const Region Region::merge(const Rect& rhs) const { in merge() function in android::Region
178 const Region Region::merge(const Region& rhs) const { in merge() function in android::Region
218 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge() function in android::Region
290 bool merge = false; in flushSpan() local
295 merge = true; in flushSpan()
298 merge = false; in flushSpan()
305 if (merge) { in flushSpan()
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd57 href="#merge-element">{@code &lt;merge&gt;}</a> element, but there must be only
176 <dt id="merge-element"><code>&lt;merge&gt;</code></dt>
180 <code>&lt;merge&gt;</code> element. This is particularly useful when you plan to include this layout
184 href="{@docRoot}resources/articles/layout-tricks-merge.html">Layout
Dproviding-resources.jd702 element, wrapped in a {@code &lt;merge&gt;}. For example:</p>
706 &lt;merge>
708 &lt;/merge>
/frameworks/base/libs/utils/
DVectorImpl.cpp567 ssize_t SortedVectorImpl::merge(const VectorImpl& vector) in merge() function in android::SortedVectorImpl
584 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector) in merge() function in android::SortedVectorImpl
596 err = merge(static_cast<const VectorImpl&>(vector)); in merge()
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipPhone.java205 foregroundCall.merge(backgroundCall); in conference()
215 foregroundCall.merge((SipCall) that); in conference()
503 void merge(SipCall that) throws CallStateException { in merge() method in SipPhone.SipCall
/frameworks/base/core/java/android/view/
DViewTreeObserver.java233 void merge(ViewTreeObserver observer) { in merge() method in ViewTreeObserver
DView.java6148 info.mTreeObserver.merge(mFloatingTreeObserver); in dispatchAttachedToWindow()
/frameworks/base/core/java/android/widget/
DImageView.java339 public void setImageState(int[] state, boolean merge) { in setImageState() argument
341 mMergeState = merge; in setImageState()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt903 /sdcard/android/layout_tests/editing/pasteboard/merge-end-3.html
907 /sdcard/android/layout_tests/editing/pasteboard/merge-end-blockquote.html
916 /sdcard/android/layout_tests/editing/pasteboard/merge-after-delete.html
921 /sdcard/android/layout_tests/editing/pasteboard/merge-end-borders.html
924 /sdcard/android/layout_tests/editing/pasteboard/merge-start-list.html
937 /sdcard/android/layout_tests/editing/pasteboard/merge-after-delete-2.html
944 /sdcard/android/layout_tests/editing/pasteboard/merge-end-5.html
960 /sdcard/android/layout_tests/editing/pasteboard/merge-end-2.html
984 /sdcard/android/layout_tests/editing/pasteboard/merge-after-delete-1.html
994 /sdcard/android/layout_tests/editing/pasteboard/merge-end-4.html
[all …]
Dlayout_tests_failed.txt128 /sdcard/android/layout_tests/editing/deleting/pruning-after-merge-1.html
Dlayout_tests_passed.txt1133 /sdcard/android/layout_tests/editing/deleting/merge-at-end-of-document.html
/frameworks/base/docs/html/guide/developing/
Dother-ide.jd584 tools compile the library and merge its sources with those in the main project,
601 the tools merge the libraries with the application one at a time, starting from
744 their relative priority (and merge order) by manually editing the
809 tools compile and merge all libraries referenced by the application as part
820 <p>Since the tools merge the resources of a library project with those of a
Declipse-adt.jd420 tools compile the library and merge its sources with those in the main project,
580 their relative priority (and merge order) by selecting a library and using the
581 <strong>Up</strong> and <strong>Down</strong> controls. The tools merge the
626 <p>Since the tools merge the resources of a library project with those of a
/frameworks/base/
DNOTICE281 including without limitation the rights to use, copy, modify, merge,
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd70 <li>A number of enhancements to XML layouts, such as the new &lt;merge&gt; tag
125 …<li>No UI support for &lt;merge&gt;, &lt;include&gt;, &lt;ViewStub&gt; elements. You can add these…
Declipse-adt.jd148 … href="{@docRoot}guide/topics/resources/layout-resource.html#merge-element"><code>&lt;merge&gt;</c…
/frameworks/base/docs/html/guide/publishing/
Dlicensing.jd797 because the SDK Tools will not merge it into the manifests of dependent

12