Searched refs:mTopEntry (Results 1 – 1 of 1) sorted by relevance
52 BackStackRecord mTopEntry; field in FragmentBreadCrumbs189 mTopEntry = createBackStackEntry(title, shortTitle); in setTitle()284 return (mTopEntry != null ? 1 : 0) + (mParentEntry != null ? 1 : 0); in getPreEntryCount()296 return index == 0 ? mParentEntry : mTopEntry; in getPreEntry()298 return mTopEntry; in getPreEntry()367 bse == mTopEntry ? null : bse, 0)) {371 if (bse == mTopEntry) {