Searched refs:widthInPx (Results 1 – 1 of 1) sorted by relevance
775 int widthInPx = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, mWidth, in onHeaderDecoded() local779 int maxIconSizeInPx = Math.max(widthInPx, heightInPx); in onHeaderDecoded()780 int minDimen = (int) (1.5 * Math.min(widthInPx, heightInPx)); in onHeaderDecoded()