Searched refs:onMergeRoots (Results 1 – 3 of 3) sorted by relevance
159 result = onMergeRoots(root, (PreferenceGroup) xmlRoot); in inflate()182 private @NonNull PreferenceGroup onMergeRoots(PreferenceGroup givenRoot, in onMergeRoots() method in PreferenceInflater
105 protected PreferenceGroup onMergeRoots(PreferenceGroup givenRoot, boolean attachToGivenRoot, in onMergeRoots() method in PreferenceInflater
321 result = (T) onMergeRoots(root, attachToRoot, (P) xmlRoot); in inflate()519 protected P onMergeRoots(P givenRoot, boolean attachToGivenRoot, P xmlRoot) { in onMergeRoots() method in GenericInflater