Searched refs:bottomSheetBackground (Results 1 – 1 of 1) sorted by relevance
229 GradientDrawable bottomSheetBackground = (GradientDrawable) mBottomSheet.getBackground(); in onCreateView() local230 float[] radii = bottomSheetBackground.getCornerRadii(); in onCreateView()234 bottomSheetBackground = ((GradientDrawable)bottomSheetBackground.mutate()); in onCreateView()235 bottomSheetBackground.setCornerRadii(radii); in onCreateView()236 mBottomSheet.setBackground(bottomSheetBackground); in onCreateView()