Searched refs:mergeWith (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DProfileDataContainer.cpp73 newData->mergeWith(*mData);
H A DProfileData.h54 void mergeWith(const ProfileData& other);
H A DProfileData.cpp80 void ProfileData::mergeWith(const ProfileData& other) { function in class:android::uirenderer::ProfileData
/frameworks/support/jetifier/jetifier/preprocessor/src/main/kotlin/com/android/tools/build/jetifier/preprocessor/
H A DConfigGenerator.kt68 val map = mapper.generateMap().mergeWith(config.typesMap)
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
H A DTypesMap.kt84 fun mergeWith(typesMap: TypesMap): TypesMap {
/frameworks/base/core/java/android/widget/
H A DEditor.java6433 /** Use {@link EditOperation#mergeWith} to merge */
6491 } else if (mergeMode == MERGE_EDIT_MODE_NORMAL && lastEdit.mergeWith(edit)) {
6656 private boolean mergeWith(EditOperation edit) { method in class:Editor.EditOperation
6658 Log.d(TAG, "mergeWith old " + this);
6659 Log.d(TAG, "mergeWith new " + edit);
6758 if (mergeWith(edit)) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 197 milliseconds