Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java777 int widthInPx = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, mWidth, in onHeaderDecoded() local
781 int maxIconSizeInPx = Math.max(widthInPx, heightInPx); in onHeaderDecoded()
782 int minDimen = (int) (1.5 * Math.min(widthInPx, heightInPx)); in onHeaderDecoded()