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

/frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
H A DNavController.java39 * NavController manages app navigation within a {@link NavHost}.
51 public class NavController { class
142 void onNavigated(@NonNull NavController controller, @NonNull NavDestination destination);
162 public NavController(@NonNull Context context) { method in class:NavController
181 * Retrieve the NavController's {@link NavigatorProvider}. All {@link Navigator Navigators} used
185 * Generally, the Navigators are set for you by the {@link NavHost} hosting this NavController
188 * @return The {@link NavigatorProvider} used by this NavController.
230 throw new IllegalArgumentException("NavController back stack is empty");
253 throw new IllegalArgumentException("NavController back stack is empty");
295 * context used to create this NavController) wil
[all...]

Completed in 87 milliseconds