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;99 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createShapeDrawable()
22 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()
21 private static final float PATH_SIZE = 100f; field in GridTileDrawable46 float scaleFactor = (mCellSize - 2 * SPACE_BETWEEN_ICONS) / PATH_SIZE; in onBoundsChange()
95 float PATH_SIZE = 100f; field