Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java783 int widthInPx = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, mWidth, in onHeaderDecoded() local
787 int maxIconSizeInPx = Math.max(widthInPx, heightInPx); in onHeaderDecoded()
788 int minDimen = (int) (1.5 * Math.min(widthInPx, heightInPx)); in onHeaderDecoded()