Searched refs:insetR (Results 1 – 2 of 2) sorted by relevance
194 float insetR = (winWidth - winCrop.right) * xScale; in calculateOutputSourceCrop() local199 crop.right -= insetR; in calculateOutputSourceCrop()
1575 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal() local1581 bounds.right - insetR - paddingR, bounds.bottom - insetB - paddingB); in updateLayerBoundsInternal()1674 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;1679 final int w = minWidth < 0 ? -1 : minWidth + insetL + insetR + padL + padR;