Searched refs:BackStackRecord (Results 1 – 11 of 11) sorted by relevance
/frameworks/support/fragment/src/main/java/androidx/fragment/app/ |
D | FragmentTransition.java | 45 BackStackRecord.OP_NULL, // inverse of OP_NULL (error) 46 BackStackRecord.OP_REMOVE, // inverse of OP_ADD 47 BackStackRecord.OP_NULL, // inverse of OP_REPLACE (error) 48 BackStackRecord.OP_ADD, // inverse of OP_REMOVE 49 BackStackRecord.OP_SHOW, // inverse of OP_HIDE 50 BackStackRecord.OP_HIDE, // inverse of OP_SHOW 51 BackStackRecord.OP_ATTACH, // inverse of OP_DETACH 52 BackStackRecord.OP_DETACH, // inverse of OP_ATTACH 53 BackStackRecord.OP_UNSET_PRIMARY_NAV, // inverse of OP_SET_PRIMARY_NAV 54 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV [all …]
|
D | BackStackRecord.java | 48 public BackStackState(BackStackRecord bse) { in BackStackState() 58 final BackStackRecord.Op op = bse.mOps.get(opNum); in BackStackState() 94 public BackStackRecord instantiate(FragmentManagerImpl fm) { in instantiate() 95 BackStackRecord bse = new BackStackRecord(fm); in instantiate() 99 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() 175 final class BackStackRecord extends FragmentTransaction implements class 332 public BackStackRecord(FragmentManagerImpl manager) { in BackStackRecord() method in BackStackRecord 697 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { in generateOps() 722 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { in interactsWith() 734 BackStackRecord record = records.get(i); in interactsWith()
|
D | FragmentManager.java | 689 ArrayList<BackStackRecord> mBackStack; 693 ArrayList<BackStackRecord> mBackStackIndices; 716 ArrayList<BackStackRecord> mTmpRecords; 809 return new BackStackRecord(this); in beginTransaction() 1070 BackStackRecord bs = mBackStack.get(i); in dump() 1084 BackStackRecord bs = mBackStackIndices.get(i); in dump() 2142 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex() 2146 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex() 2162 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex() 2165 mBackStackIndices = new ArrayList<BackStackRecord>(); in setBackStackIndex() [all …]
|
/frameworks/base/core/java/android/app/ |
D | FragmentTransition.java | 48 BackStackRecord.OP_NULL, // inverse of OP_NULL (error) 49 BackStackRecord.OP_REMOVE, // inverse of OP_ADD 50 BackStackRecord.OP_NULL, // inverse of OP_REPLACE (error) 51 BackStackRecord.OP_ADD, // inverse of OP_REMOVE 52 BackStackRecord.OP_SHOW, // inverse of OP_HIDE 53 BackStackRecord.OP_HIDE, // inverse of OP_SHOW 54 BackStackRecord.OP_ATTACH, // inverse of OP_DETACH 55 BackStackRecord.OP_DETACH, // inverse of OP_ATTACH 56 BackStackRecord.OP_UNSET_PRIMARY_NAV, // inverse of OP_SET_PRIMARY_NAV 57 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV [all …]
|
D | BackStackRecord.java | 48 public BackStackState(FragmentManagerImpl fm, BackStackRecord bse) { in BackStackState() 58 final BackStackRecord.Op op = bse.mOps.get(opNum); in BackStackState() 94 public BackStackRecord instantiate(FragmentManagerImpl fm) { in instantiate() 95 BackStackRecord bse = new BackStackRecord(fm); in instantiate() 99 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() 173 final class BackStackRecord extends FragmentTransaction implements class 369 public BackStackRecord(FragmentManagerImpl manager) { in BackStackRecord() method in BackStackRecord 702 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { in generateOps() 727 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { in interactsWith() 739 BackStackRecord record = records.get(i); in interactsWith()
|
D | FragmentBreadCrumbs.java | 52 BackStackRecord mTopEntry; 53 BackStackRecord mParentEntry; 176 private BackStackRecord createBackStackEntry(CharSequence title, CharSequence shortTitle) { in createBackStackEntry() 179 final BackStackRecord entry = new BackStackRecord( in createBackStackEntry()
|
D | FragmentManager.java | 693 ArrayList<BackStackRecord> mBackStack; 697 ArrayList<BackStackRecord> mBackStackIndices; 717 ArrayList<BackStackRecord> mTmpRecords; 813 return new BackStackRecord(this); in beginTransaction() 1042 BackStackRecord bs = mBackStack.get(i); in dump() 1056 BackStackRecord bs = mBackStackIndices.get(i); in dump() 1936 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex() 1940 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex() 1956 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex() 1959 mBackStackIndices = new ArrayList<BackStackRecord>(); in setBackStackIndex() [all …]
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
D | FragmentLifecycleTest.java | 1258 BackStackRecord record = fmImpl.mBackStack.get(fmImpl.mBackStack.size() - 1); in assertAnimationsMatch()
|
/frameworks/support/jetifier/jetifier/core/src/main/resources/ |
D | default.generated.config | 3432 "android/support/v4/app/BackStackRecord": "androidx/fragment/app/BackStackRecord",
|
/frameworks/base/config/ |
D | preloaded-classes | 189 android.app.BackStackRecord 190 android.app.BackStackRecord$Op
|
D | boot-image-profile.txt | 445 HPLandroid/app/BackStackRecord;->hide(Landroid/app/Fragment;)Landroid/app/FragmentTransaction; 446 HPLandroid/app/BackStackRecord;->remove(Landroid/app/Fragment;)Landroid/app/FragmentTransaction; 447 HPLandroid/app/BackStackRecord;->setBreadCrumbTitle(Ljava/lang/CharSequence;)Landroid/app/FragmentT… 13479 HSPLandroid/app/BackStackRecord;-><init>(Landroid/app/FragmentManagerImpl;)V 13480 HSPLandroid/app/BackStackRecord;->add(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction; 13481 HSPLandroid/app/BackStackRecord;->add(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/Fragme… 13482 HSPLandroid/app/BackStackRecord;->add(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/Fragmen… 13483 HSPLandroid/app/BackStackRecord;->bumpBackStackNesting(I)V 13484 HSPLandroid/app/BackStackRecord;->commit()I 13485 HSPLandroid/app/BackStackRecord;->commitAllowingStateLoss()I [all …]
|