Home
last modified time | relevance | path

Searched refs:mBackStackNesting (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DBackStackRecord.java598 op.fragment.mBackStackNesting += amt; in bumpBackStackNesting()
600 + op.fragment + " to " + op.fragment.mBackStackNesting); in bumpBackStackNesting()
605 r.mBackStackNesting += amt; in bumpBackStackNesting()
607 + r + " to " + r.mBackStackNesting); in bumpBackStackNesting()
692 old.mBackStackNesting += 1; in run()
694 + old + " to " + old.mBackStackNesting); in run()
DFragment.java232 int mBackStackNesting; field in Fragment
486 return mBackStackNesting > 0; in isInBackStack()
1221 mBackStackNesting = 0; in initState()
1662 writer.print(" mBackStackNesting="); writer.println(mBackStackNesting); in dump()
DFragmentManager.java1222 if (DEBUG) Log.v(TAG, "remove: " + fragment + " nesting=" + fragment.mBackStackNesting); in removeFragment()
1811 f.mBackStackNesting = 0; in restoreAllState()
/frameworks/base/core/java/android/app/
DFragment.java418 int mBackStackNesting; field in Fragment
655 return mBackStackNesting > 0; in isInBackStack()
1459 mBackStackNesting = 0; in initState()
1933 writer.print(" mBackStackNesting="); writer.println(mBackStackNesting); in dump()
DBackStackRecord.java684 op.fragment.mBackStackNesting += amt; in bumpBackStackNesting()
687 + op.fragment + " to " + op.fragment.mBackStackNesting); in bumpBackStackNesting()
693 r.mBackStackNesting += amt; in bumpBackStackNesting()
696 + r + " to " + r.mBackStackNesting); in bumpBackStackNesting()
779 old.mBackStackNesting += 1; in run()
782 + old + " to " + old.mBackStackNesting); in run()
DFragmentManager.java1153 if (DEBUG) Log.v(TAG, "remove: " + fragment + " nesting=" + fragment.mBackStackNesting); in removeFragment()
1753 f.mBackStackNesting = 0; in restoreAllState()