Home | History | Annotate | Download | only in app

Lines Matching defs:BackStackEntry

86      * <p>Note that you should never hold on to a BackStackEntry object;
90 public interface BackStackEntry {
276 * Return the BackStackEntry at index <var>index</var> in the back stack;
279 public abstract BackStackEntry getBackStackEntryAt(int index);
885 public BackStackEntry getBackStackEntryAt(int index) {