Searched refs:shapeDrawable (Results 1 – 7 of 7) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ShapeOptionsProvider.java | 74 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()
|
D | ColorOptionsProvider.java | 160 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()
|
D | ThemeComponentOption.java | 405 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/ |
D | ThemeBundle.java | 114 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/ |
D | ThemePreviewPage.java | 111 Drawable shapeDrawable, in ThemeCoverPage() argument 122 mShapeDrawable = shapeDrawable; in ThemeCoverPage()
|
D | ThemeFragment.java | 391 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, editClickListener, in ThemePreviewAdapter() 464 previewInfo.shapeDrawable.getConstantState().newDrawable(); in ThemePreviewAdapter()
|
D | CustomThemeNameFragment.java | 138 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, null, in bindCover()
|