Home
last modified time | relevance | path

Searched defs:buttonContainer (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/dialog/ui/viewbinder/
DDialogViewBinder.kt48 val buttonContainer: ViewGroup = view.requireViewById(R.id.button_container) in <lambda>() constant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorDrawTabletUI.java95 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorDrawTabletUI() local
DEditorColorBorderTabletUI.java98 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorColorBorderTabletUI() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java107 LinearLayout buttonContainer = findViewById(R.id.button_container); in onFinishInflate() local
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java195 final LinearLayout buttonContainer = mFooterBarMixin != null in onPostCreate() local