Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java97 private Drawable mShapeDrawable; field in ThemePreviewPage.ThemeCoverPage
122 mShapeDrawable = shapeDrawable; in ThemeCoverPage()
172 Drawable bgShape = mShapeDrawable.getConstantState().newDrawable(); in bindBody()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java302 private Drawable mShapeDrawable; field in ThemeComponentOption.ColorOption
384 if (!mIcons.isEmpty() && mShapeDrawable != null) { in bindPreview()
390 Drawable bgShape = mShapeDrawable.getConstantState().newDrawable(); in bindPreview()
406 mShapeDrawable = shapeDrawable; in setShapeDrawable()