Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentTransition.java775 final BackStackRecord inTransaction = fragments.lastInTransaction; in captureInSharedElements() local
778 names = inTransaction.mSharedElementSourceNames; in captureInSharedElements()
781 names = inTransaction.mSharedElementTargetNames; in captureInSharedElements()
835 BackStackRecord inTransaction = fragments.lastInTransaction; in getInEpicenterView() local
837 && inTransaction.mSharedElementSourceNames != null in getInEpicenterView()
838 && !inTransaction.mSharedElementSourceNames.isEmpty()) { in getInEpicenterView()
840 ? inTransaction.mSharedElementSourceNames.get(0) in getInEpicenterView()
841 : inTransaction.mSharedElementTargetNames.get(0); in getInEpicenterView()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java617 public boolean inTransaction() { in inTransaction() method in SQLiteDatabase
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4680 const nsecs_t inTransaction(mDebugInTransaction); in dumpAllLocked() local
4681 nsecs_t inTransactionDuration = (inTransaction) ? now-inTransaction : 0; in dumpAllLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9813 method public boolean inTransaction();
/frameworks/base/config/
Dboot-image-profile.txt7022 HSPLandroid/database/sqlite/SQLiteDatabase;->inTransaction()Z
/frameworks/base/api/
Dcurrent.txt13390 method public boolean inTransaction();