Searched refs:buttonBackground (Results 1 – 2 of 2) sorted by relevance
86 val buttonBackground = PaintDrawable(whiteWith10PctAlpha) in layoutButtons() constant87 buttonBackground.setCornerRadius(buttonRadius.toFloat()) in layoutButtons()88 homeButton.background = buttonBackground in layoutButtons()89 backButton.background = buttonBackground in layoutButtons()
1131 PaintDrawable buttonBackground = new PaintDrawable(whiteWith10PctAlpha); in updateButtonLayoutSpacing() local1132 buttonBackground.setCornerRadius(buttonRadius); in updateButtonLayoutSpacing()1133 mHomeButton.setBackground(buttonBackground); in updateButtonLayoutSpacing()1134 mBackButton.setBackground(buttonBackground); in updateButtonLayoutSpacing()