Searched refs:mLastEntryCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java89 int mLastEntryCount; field in class:BrowseFragment.BackStackListener
93 mLastEntryCount = getFragmentManager().getBackStackEntryCount();
123 if (count > mLastEntryCount) {
128 } else if (count < mLastEntryCount) {
144 mLastEntryCount = count;
H A DBrowseSupportFragment.java91 int mLastEntryCount; field in class:BrowseSupportFragment.BackStackListener
95 mLastEntryCount = getFragmentManager().getBackStackEntryCount();
125 if (count > mLastEntryCount) {
130 } else if (count < mLastEntryCount) {
146 mLastEntryCount = count;

Completed in 65 milliseconds