Searched refs:buttonContainer (Results 1 – 5 of 5) sorted by relevance
46 private LinearLayout buttonContainer; field in ButtonFooterMixin98 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 …]
168 final LinearLayout buttonContainer = mFooterBarMixin != null in onPostCreate() local171 if (buttonContainer != null) { in onPostCreate()172 buttonContainer.setBackgroundColor(getBackgroundColor()); in onPostCreate()
109 LinearLayout buttonContainer = findViewById(R.id.button_container); in onFinishInflate() local111 - buttonContainer.getPaddingEnd(); in onFinishInflate()114 ((LinearLayout.LayoutParams) buttonContainer.getLayoutParams()).setMarginEnd( in onFinishInflate()
95 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorDrawTabletUI() local139 buttonContainer.addView(button); in EditorDrawTabletUI()
98 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles); in EditorColorBorderTabletUI() local