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;
163 PATH_SIZE, PATH_SIZE); in loadShape()
165 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in loadShape()
166 shapeDrawable.setIntrinsicWidth((int) PATH_SIZE); in loadShape()
DShapeOptionsProvider.java22 import static com.android.customization.model.ResourceConstants.PATH_SIZE;
99 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;
340 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createPreviewInfo()
342 shapeDrawable.setIntrinsicHeight((int) PATH_SIZE); in createPreviewInfo()
343 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
46 float scaleFactor = (mCellSize - 2 * SPACE_BETWEEN_ICONS) / PATH_SIZE; in onBoundsChange()
/packages/apps/ThemePicker/src/com/android/customization/model/
DResourceConstants.java95 float PATH_SIZE = 100f; field