Home | History | Annotate | Download | only in app

Lines Matching refs:BackStackEntry

75      * <p>Note that you should never hold on to a BackStackEntry object;
79 public interface BackStackEntry {
262 * Return the BackStackEntry at index <var>index</var> in the back stack;
265 public abstract BackStackEntry getBackStackEntryAt(int index);
546 public BackStackEntry getBackStackEntryAt(int index) {