Home
last modified time | relevance | path

Searched refs:widthInPixels (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java561 float widthInPixels = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, widthInDp, in calculateDialogWidthWithInsets() local
563 return Math.round(widthInPixels + getHorizontalInsets(dialog)); in calculateDialogWidthWithInsets()