Searched refs:restartButton (Results 1 – 2 of 2) sorted by relevance
44 val restartButton = regex49 restartButton?.run { restartButton.click() } ?: error("Restart button not found")
118 final ImageButton restartButton = findViewById(R.id.size_compat_restart_button); in onFinishInflate() local119 restartButton.setOnClickListener(view -> mWindowManager.onRestartButtonClicked()); in onFinishInflate()120 restartButton.setOnLongClickListener(view -> { in onFinishInflate()