Searched defs:NavGraph (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/navigation/common/src/main/java/androidx/navigation/
H A DNavGraph.java37 * NavGraph is a collection of {@link NavDestination} nodes fetchable by ID.
39 * <p>A NavGraph serves as a 'virtual' destination: while the NavGraph itself will not appear
40 * on the back stack, navigating to the NavGraph will cause the
43 public class NavGraph extends NavDestination implements Iterable<NavDestination> { class in inherits:NavDestination,Iterable
48 * Construct a new NavGraph. This NavGraph is not valid until you
52 * @param navigatorProvider The {@link NavController} which this NavGraph
55 public NavGraph(@NonNull NavigatorProvider navigatorProvider) { method in class:NavGraph
60 * Construct a new NavGraph
69 public NavGraph(@NonNull Navigator<? extends NavGraph> navGraphNavigator) { method in class:NavGraph
[all...]

Completed in 44 milliseconds