Searched refs:dp (Results 1 – 2 of 2) sorted by relevance
5 import androidx.compose.ui.unit.dp8 small = RoundedCornerShape(4.dp),9 medium = RoundedCornerShape(4.dp),10 large = RoundedCornerShape(0.dp)
272 private int toPixel(int dp) { in toPixel() argument273 return (int) TypedValue.applyDimension(COMPLEX_UNIT_DIP, dp, in toPixel()