Searched refs:buttonArea (Results 1 – 2 of 2) sorted by relevance
75 val buttonArea = rootView.findViewById<FrameLayout>(R.id.action_container) in onCreateView() constant76 val buttons = inflater.inflate(buttonLayoutId, buttonArea, false) in onCreateView()77 buttonArea.addView(buttons) in onCreateView()84 primaryButtonFull = buttonArea.findViewById(R.id.primary_button_full) in onCreateView()85 primaryButtonOutline = buttonArea.findViewById(R.id.primary_button_outline) in onCreateView()86 secondaryButton = buttonArea.findViewById(R.id.secondary_button) in onCreateView()
126 val buttonArea = findViewById<FrameLayout>(R.id.button_area) in setupButtonArea() constant133 buttonArea.addView(LayoutInflater.from(this).inflate(buttonLayoutId, buttonArea, false)) in setupButtonArea()