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.java596 op.fragment.mBackStackNesting += amt; in bumpBackStackNesting()
598 + op.fragment + " to " + op.fragment.mBackStackNesting); in bumpBackStackNesting()
603 r.mBackStackNesting += amt; in bumpBackStackNesting()
605 + r + " to " + r.mBackStackNesting); in bumpBackStackNesting()
691 old.mBackStackNesting += 1; in run()
693 + old + " to " + old.mBackStackNesting); in run()
DFragment.java233 int mBackStackNesting; field in Fragment
489 return mBackStackNesting > 0; in isInBackStack()
1395 mBackStackNesting = 0; in initState()
1837 writer.print(" mBackStackNesting="); writer.println(mBackStackNesting); in dump()
DFragmentManager.java1285 if (DEBUG) Log.v(TAG, "remove: " + fragment + " nesting=" + fragment.mBackStackNesting); in removeFragment()
1877 f.mBackStackNesting = 0; in restoreAllState()
/frameworks/base/core/java/android/app/
DFragment.java420 int mBackStackNesting; field in Fragment
657 return mBackStackNesting > 0; in isInBackStack()
1625 mBackStackNesting = 0; in initState()
2099 writer.print(" mBackStackNesting="); writer.println(mBackStackNesting); in dump()
DBackStackRecord.java642 op.fragment.mBackStackNesting += amt; in bumpBackStackNesting()
645 + op.fragment + " to " + op.fragment.mBackStackNesting); in bumpBackStackNesting()
651 r.mBackStackNesting += amt; in bumpBackStackNesting()
654 + r + " to " + r.mBackStackNesting); in bumpBackStackNesting()
738 old.mBackStackNesting += 1; in run()
741 + old + " to " + old.mBackStackNesting); in run()
DFragmentManager.java1234 if (DEBUG) Log.v(TAG, "remove: " + fragment + " nesting=" + fragment.mBackStackNesting); in removeFragment()
1836 f.mBackStackNesting = 0; in restoreAllState()