Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DShapeOptionsProvider.java74 ShapeDrawable shapeDrawable = createShapeDrawable(path); in loadOptions() local
78 loadCornerRadius(overlayPackage), shapeDrawable, getShapedIcons(path))); in loadOptions()
89 ShapeDrawable shapeDrawable = createShapeDrawable(path); in addDefault() local
94 shapeDrawable, getShapedIcons(path))); in addDefault()
99 ShapeDrawable shapeDrawable = new ShapeDrawable(shape); in createShapeDrawable() local
100 shapeDrawable.setIntrinsicHeight(mThumbSize); in createShapeDrawable()
101 shapeDrawable.setIntrinsicWidth(mThumbSize); in createShapeDrawable()
102 return shapeDrawable; in createShapeDrawable()
DColorOptionsProvider.java160 ShapeDrawable shapeDrawable = null; in loadShape() local
164 shapeDrawable = new ShapeDrawable(shape); in loadShape()
165 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in loadShape()
166 shapeDrawable.setIntrinsicWidth((int) PATH_SIZE); in loadShape()
168 return shapeDrawable; in loadShape()
DThemeComponentOption.java405 public void setShapeDrawable(@Nullable Drawable shapeDrawable) { in setShapeDrawable() argument
406 mShapeDrawable = shapeDrawable; in setShapeDrawable()
429 @Dimension int cornerRadius, Drawable shapeDrawable, in ShapeOption() argument
436 Drawable background = shapeDrawable.getConstantState().newDrawable(); in ShapeOption()
437 Drawable foreground = shapeDrawable.getConstantState().newDrawable(); in ShapeOption()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java114 if (mPreviewInfo.shapeDrawable != null) { in bindThumbnailTile()
115 ((ShapeDrawable) mPreviewInfo.shapeDrawable).getPaint().setColor( in bindThumbnailTile()
118 mPreviewInfo.shapeDrawable); in bindThumbnailTile()
282 public final Drawable shapeDrawable; field in ThemeBundle.PreviewInfo
289 Drawable shapeDrawable, @Dimension int cornerRadius, in PreviewInfo() argument
296 this.shapeDrawable = shapeDrawable; in PreviewInfo()
338 ShapeDrawable shapeDrawable = null; in createPreviewInfo() local
346 shapeDrawable = new ShapeDrawable(shape); in createPreviewInfo()
347 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in createPreviewInfo()
348 shapeDrawable.setIntrinsicWidth((int) PATH_SIZE); in createPreviewInfo()
[all …]
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java111 Drawable shapeDrawable, in ThemeCoverPage() argument
122 mShapeDrawable = shapeDrawable; in ThemeCoverPage()
DThemeFragment.java391 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, editClickListener, in ThemePreviewAdapter()
464 previewInfo.shapeDrawable.getConstantState().newDrawable(); in ThemePreviewAdapter()
DCustomThemeNameFragment.java138 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, null, in bindCover()