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