Searched refs:createGraph (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/navigation/runtime/ktx/src/main/java/androidx/navigation/
H A DNavHost.kt24 inline fun NavHost.createGraph(
28 ): NavGraph = navController.createGraph(id, startDestination, block)
H A DNavController.kt24 inline fun NavController.createGraph(
/frameworks/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/
H A DNavControllerTest.kt33 fun createGraph() {
34 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
H A DNavHostTest.kt34 fun createGraph() {
35 val graph = navHost.createGraph(startDestination = DESTINATION_ID) {
H A DActivityNavigatorDestinationBuilderTest.kt35 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
49 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
63 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
77 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
91 val graph = navController.createGraph(startDestination = DESTINATION_ID) {
/frameworks/support/navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/
H A DFragmentNavigatorDestinationBuilderTest.kt25 import androidx.navigation.createGraph
46 val graph = navHostFragment.createGraph(startDestination = DESTINATION_ID) {
62 val graph = navHostFragment.createGraph(startDestination = DESTINATION_ID) {
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterGraphEffect.java64 createGraph(graphString);
68 private void createGraph(String graphString) { method in class:FilterGraphEffect
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java57 createGraph();
70 private void createGraph() { method in class:CameraEffectsRecordingSample

Completed in 202 milliseconds