Searched refs:spValue (Results 1 – 1 of 1) sorted by relevance
491 public static int sp2px(float spValue) { in sp2px() argument494 return (int) (spValue * scale + 0.5f); in sp2px()