Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java78 GradientDrawable bottomSheetBackground = (GradientDrawable) bottomSheet.getBackground(); in BottomActionBar() local
79 float[] radii = bottomSheetBackground.getCornerRadii(); in BottomActionBar()
83 bottomSheetBackground = ((GradientDrawable)bottomSheetBackground.mutate()); in BottomActionBar()
84 bottomSheetBackground.setCornerRadii(radii); in BottomActionBar()
85 bottomSheet.setBackground(bottomSheetBackground); in BottomActionBar()
/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()