Searched refs:mTopEntry (Results 1 – 2 of 2) sorted by relevance
52 BackStackRecord mTopEntry; field in FragmentBreadCrumbs192 mTopEntry = createBackStackEntry(title, shortTitle); in setTitle()287 return (mTopEntry != null ? 1 : 0) + (mParentEntry != null ? 1 : 0); in getPreEntryCount()299 return index == 0 ? mParentEntry : mTopEntry; in getPreEntry()301 return mTopEntry; in getPreEntry()370 bse == mTopEntry ? null : bse, 0)) {374 if (bse == mTopEntry) {
5062 Landroid/app/FragmentBreadCrumbs;->mTopEntry:Landroid/app/BackStackRecord;