Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp194 float insetR = (winWidth - winCrop.right) * xScale; in calculateOutputSourceCrop() local
199 crop.right -= insetR; in calculateOutputSourceCrop()
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java1575 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal() local
1581 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;