Home
last modified time | relevance | path

Searched refs:getNavigationController (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/photo/
DPhotoFragment.kt12 import com.example.android.bubbles.getNavigationController
44 getNavigationController().updateAppBar(hidden = true) in onViewCreated()
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/main/
DMainFragment.kt29 import com.example.android.bubbles.getNavigationController in <lambda>()
46 val navigationController = getNavigationController() in <lambda>()
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/
DNavigationController.kt46 fun Fragment.getNavigationController() = requireActivity() as NavigationController method
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/
DChatFragment.kt45 import com.example.android.bubbles.getNavigationController in <lambda>()
106 val navigationController = getNavigationController() in <lambda>()