Searched refs:widthInPixels (Results 1 – 1 of 1) sorted by relevance
561 float widthInPixels = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, widthInDp, in calculateDialogWidthWithInsets() local563 return Math.round(widthInPixels + getHorizontalInsets(dialog)); in calculateDialogWidthWithInsets()