Searched refs:widthInDp (Results 1 – 1 of 1) sorted by relevance
415 private static int calculateDialogWidthWithInsets(Dialog dialog, int widthInDp) { in calculateDialogWidthWithInsets() argument416 float widthInPixels = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, widthInDp, in calculateDialogWidthWithInsets()