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