Searched refs:BackStackRecord (Results 1 – 7 of 7) sorted by relevance
/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 | 696 ArrayList<BackStackRecord> mBackStack; 700 ArrayList<BackStackRecord> mBackStackIndices; 721 ArrayList<BackStackRecord> mTmpRecords; 817 return new BackStackRecord(this); in beginTransaction() 1046 BackStackRecord bs = mBackStack.get(i); in dump() 1060 BackStackRecord bs = mBackStackIndices.get(i); in dump() 1941 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex() 1945 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex() 1961 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex() 1964 mBackStackIndices = new ArrayList<BackStackRecord>(); in setBackStackIndex() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 4062 Landroid/app/BackStackRecord$Op;-><init>()V 4063 Landroid/app/BackStackRecord$Op;-><init>(ILandroid/app/Fragment;)V 4064 Landroid/app/BackStackRecord$Op;->cmd:I 4065 Landroid/app/BackStackRecord$Op;->enterAnim:I 4066 Landroid/app/BackStackRecord$Op;->exitAnim:I 4067 Landroid/app/BackStackRecord$Op;->fragment:Landroid/app/Fragment; 4068 Landroid/app/BackStackRecord$Op;->popEnterAnim:I 4069 Landroid/app/BackStackRecord$Op;->popExitAnim:I 4070 Landroid/app/BackStackRecord;-><init>(Landroid/app/FragmentManagerImpl;)V 4071 Landroid/app/BackStackRecord;->addOp(Landroid/app/BackStackRecord$Op;)V [all …]
|
D | preloaded-classes | 195 android.app.BackStackRecord$Op 196 android.app.BackStackRecord
|
D | boot-image-profile.txt | 1126 HSPLandroid/app/BackStackRecord;-><init>(Landroid/app/FragmentManagerImpl;)V 1127 HSPLandroid/app/BackStackRecord;->add(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/Fragmen… 1128 HSPLandroid/app/BackStackRecord;->bumpBackStackNesting(I)V 1129 HSPLandroid/app/BackStackRecord;->commit()I 1130 HSPLandroid/app/BackStackRecord;->commitAllowingStateLoss()I 1131 HSPLandroid/app/BackStackRecord;->commitInternal(Z)I 1132 HSPLandroid/app/BackStackRecord;->doAddOp(ILandroid/app/Fragment;Ljava/lang/String;I)V 1133 HSPLandroid/app/BackStackRecord;->executeOps()V 1134 HSPLandroid/app/BackStackRecord;->expandOps(Ljava/util/ArrayList;Landroid/app/Fragment;)Landroid/ap… 1135 HSPLandroid/app/BackStackRecord;->generateOps(Ljava/util/ArrayList;Ljava/util/ArrayList;)Z [all …]
|