Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivity.java78 FloatingActionButton launchButton = findViewById(R.id.launch_fab); in onCreate() local
79 launchButton.setOnClickListener(l -> { in onCreate()
94 launchButton.show(); in onCreate()
97 launchButton.hide(); in onCreate()