Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DLetterboxAppHelper.kt44 val restartButton = regex
49 restartButton?.run { restartButton.click() } ?: error("Restart button not found")
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUILayout.java118 final ImageButton restartButton = findViewById(R.id.size_compat_restart_button); in onFinishInflate() local
119 restartButton.setOnClickListener(view -> mWindowManager.onRestartButtonClicked()); in onFinishInflate()
120 restartButton.setOnLongClickListener(view -> { in onFinishInflate()