Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUILayout.java77 final ImageButton restartButton = findViewById(R.id.size_compat_restart_button); in onFinishInflate() local
78 restartButton.setOnClickListener(view -> mWindowManager.onRestartButtonClicked()); in onFinishInflate()
79 restartButton.setOnLongClickListener(view -> { in onFinishInflate()