Searched refs:CONFIG_CORNERRADIUS (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.customization.model.ResourceConstants.CONFIG_CORNERRADIUS;93 system.getIdentifier(ResourceConstants.CONFIG_CORNERRADIUS, in addDefault()152 CONFIG_CORNERRADIUS, "dimen", packageName)); in loadCornerRadius()
94 loadDimen(ResourceConstants.CONFIG_CORNERRADIUS, shapeOverlayPackage)); in addShapeOverlay()192 system.getIdentifier(ResourceConstants.CONFIG_CORNERRADIUS, in addSystemDefaultShape()
55 String CONFIG_CORNERRADIUS = "config_bottomDialogCornerRadius"; field