Searched refs:launchButton (Results 1 – 4 of 4) sorted by relevance
34 launchButton(intent, app) in <lambda>()37 private fun launchButton(intent: Intent, app: ApplicationInfo) = ActionButton( in <lambda>() method
117 final Button launchButton = view.findViewById(R.id.launch); in initButtons() local125 launchButton.setOnClickListener(v -> mParent.startActivity(intent)); in initButtons()127 launchButton.setVisibility(View.GONE); in initButtons()
100 final Button launchButton = findViewById(R.id.launch_button); in onCreate() local101 launchButton.setOnClickListener(this::onLaunchButtonClicked); in onCreate()
139 final Button launchButton = findViewById(R.id.launch_button); in onCreate() local140 launchButton.setOnClickListener(this::onLaunchButtonClicked); in onCreate()