Searched refs:insetR (Results 1 – 2 of 2) sorted by relevance
1568 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal() local1574 bounds.right - insetR - paddingR, bounds.bottom - insetB - paddingB); in updateLayerBoundsInternal()1667 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;1672 final int w = minWidth < 0 ? -1 : minWidth + insetL + insetR + padL + padR;
475 float insetR = (winWidth - winCrop.right) * xScale; in computeCrop() local480 crop.right -= insetR; in computeCrop()