Searched refs:mParentEntry (Results 1 – 1 of 1) sorted by relevance
53 BackStackRecord mParentEntry; field in FragmentBreadCrumbs158 mParentEntry = createBackStackEntry(title, shortTitle); in setParentTitle()284 return (mTopEntry != null ? 1 : 0) + (mParentEntry != null ? 1 : 0); in getPreEntryCount()295 if (mParentEntry != null) { in getPreEntry()296 return index == 0 ? mParentEntry : mTopEntry; in getPreEntry()360 if (bse == mParentEntry) {