Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DRestartDialogLayout.java98 final View checkboxContainer = findViewById( in onFinishInflate() local
109 checkboxContainer.setOnClickListener(view -> checkbox.performClick()); in onFinishInflate()