Home
last modified time | relevance | path

Searched refs:getFabActions (Results 1 – 2 of 2) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivityViewModel.java52 public LiveData<FabAction> getFabActions() { in getFabActions() method in BaseActivityViewModel
DBaseActivity.java93 viewModel.getFabActions().observe(this, action -> { in onCreate()