Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DColorOptionsProvider.java26 import static com.android.customization.model.ResourceConstants.PATH_SIZE;
165 PATH_SIZE, PATH_SIZE); in loadShape()
167 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in loadShape()
168 shapeDrawable.setIntrinsicWidth((int) PATH_SIZE); in loadShape()
DShapeOptionsProvider.java22 import static com.android.customization.model.ResourceConstants.PATH_SIZE;
98 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createShapeDrawable()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java22 import static com.android.customization.model.ResourceConstants.PATH_SIZE;
345 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createPreviewInfo()
347 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in createPreviewInfo()
348 shapeDrawable.setIntrinsicWidth((int) PATH_SIZE); in createPreviewInfo()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DGridTileDrawable.java21 private static final float PATH_SIZE = 100f; field in GridTileDrawable
48 float scaleFactor = (mCellSize * ICON_SCALE) / PATH_SIZE; in onBoundsChange()
/packages/apps/ThemePicker/src/com/android/customization/model/
DResourceConstants.java95 float PATH_SIZE = 100f; field