Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java229 GradientDrawable bottomSheetBackground = (GradientDrawable) mBottomSheet.getBackground(); in onCreateView() local
230 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()