Searched refs:PATH_SIZE (Results 1 – 5 of 5) sorted by relevance
26 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()
22 import static com.android.customization.model.ResourceConstants.PATH_SIZE;98 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createShapeDrawable()
22 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()
21 private static final float PATH_SIZE = 100f; field in GridTileDrawable48 float scaleFactor = (mCellSize * ICON_SCALE) / PATH_SIZE; in onBoundsChange()
95 float PATH_SIZE = 100f; field