Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DButtonFooterMixin.java46 private LinearLayout buttonContainer; field in ButtonFooterMixin
98 buttonContainer.addView(button); in addButton()
114 buttonContainer.addView(space); in addSpace()
124 if (buttonContainer != null) { in removeButton()
125 buttonContainer.removeView(button); in removeButton()
135 if (buttonContainer != null) { in removeSpace()
136 buttonContainer.removeView(space); in removeSpace()
145 if (buttonContainer != null) { in removeAllViews()
146 buttonContainer.removeAllViews(); in removeAllViews()
152 if (buttonContainer == null) { in ensureFooterInflated()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricEnrollBase.java168 final LinearLayout buttonContainer = mFooterBarMixin != null in onPostCreate() local
171 if (buttonContainer != null) { in onPostCreate()
172 buttonContainer.setBackgroundColor(getBackgroundColor()); in onPostCreate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduDialog.java109 LinearLayout buttonContainer = findViewById(R.id.button_container); in onFinishInflate() local
111 - buttonContainer.getPaddingEnd(); in onFinishInflate()
114 ((LinearLayout.LayoutParams) buttonContainer.getLayoutParams()).setMarginEnd( in onFinishInflate()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDrawTabletUI.java95 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorDrawTabletUI() local
139 buttonContainer.addView(button); in EditorDrawTabletUI()
H A DEditorColorBorderTabletUI.java98 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorColorBorderTabletUI() local