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.java80 FloatingActionButton launchButton = findViewById(R.id.launch_fab); in onCreate() local
81 launchButton.setOnClickListener(l -> { in onCreate()
96 launchButton.show(); in onCreate()
99 launchButton.hide(); in onCreate()