Home
last modified time | relevance | path

Searched refs:interactsWith (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DBackStackRecord.java715 boolean interactsWith(int containerId) { in interactsWith() method in BackStackRecord
727 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { in interactsWith() method in BackStackRecord
DFragmentManager.java2092 listener.mRecord.interactsWith(records, 0, records.size()))) { in executePostponedTransaction()
2271 !record.interactsWith(records, i + 1, endIndex); in postponePostponableTransactions()
2342 && record.interactsWith(fragment.mContainerId)) { in completeExecute()
DFragmentTransition.java147 if (!record.interactsWith(containerId)) { in calculateNameOverrides()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java710 boolean interactsWith(int containerId) { in interactsWith() method in BackStackRecord
722 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { in interactsWith() method in BackStackRecord
DFragmentManager.java2302 && listener.mRecord.interactsWith(records, 0, records.size()))) { in executePostponedTransaction()
2481 && !record.interactsWith(records, i + 1, endIndex); in postponePostponableTransactions()
2552 && record.interactsWith(fragment.mContainerId)) { in completeExecute()
DFragmentTransition.java164 if (!record.interactsWith(containerId)) { in calculateNameOverrides()
/frameworks/base/config/
Dboot-image-profile.txt13491 HSPLandroid/app/BackStackRecord;->interactsWith(I)Z