Searched defs:merge (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java347 void merge(ViewTreeObserver observer) { method in class:ViewTreeObserver
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java246 throw new CallStateException("wrong state to merge calls: fg="
250 if (DBG) log("conference: merge fg & bg");
251 mForegroundCall.merge(mBackgroundCall);
259 + ", cannot merge with " + that.getClass());
261 mForegroundCall.merge((SipCall) that);
629 void merge(SipCall that) throws CallStateException { method in class:SipPhone.SipCall
630 if (SC_DBG) log("merge:");
/frameworks/base/core/java/android/widget/
H A DImageView.java712 * @param merge if true, merges the state values for the state you specify into the current state
714 public void setImageState(int[] state, boolean merge) { argument
716 mMergeState = merge;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java173 merge(store, intermediate);
1002 private static void merge(IntermediateV2 store, Intermediate dumpStore) { method in class:SetterStore
1004 merge(store.adapterMethods, intermediateV2.adapterMethods);
1005 merge(store.renamedMethods, intermediateV2.renamedMethods);
1006 merge(store.conversionMethods, intermediateV2.conversionMethods);
1009 merge(store.inverseAdapters, intermediateV2.inverseAdapters);
1010 merge(store.inverseMethods, intermediateV2.inverseMethods);
1013 private static <K, V, D> void merge(HashMap<K, HashMap<V, D>> first, method in class:SetterStore
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java199 * now that the merge has completed.
206 * Called when the call merge is failed.
210 * @param reasonInfo detailed reason of the call merge failure
473 // When merging two calls together, the "peer" call that will merge into this call.
496 // we receive notification that the merge was successful.
498 // While a merge is progressing, we bury any session termination requests
499 // made on the original ImsCallSession until we have closure on the merge request
502 // cause the termination request to occur just because the merge is succeeding.
506 // on it in the case of a merge failure.
524 * termination due to an ongoing conference merge
1290 private void merge() throws ImsException { method in class:ImsCall
1343 public void merge(ImsCall bgCall) throws ImsException { method in class:ImsCall
[all...]
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1159 if (existingConfig->merge(*newConfig)) {
1625 bool HWC2On1Adapter::Display::Config::merge(const Config& other) { function in class:android::HWC2On1Adapter::Display::Config
1637 ALOGE("Attempted to merge two configs (%u and %u) which appear to be "
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 278 milliseconds

12