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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java1551 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1557 bounds.right - insetR - paddingR, bounds.bottom - insetB - paddingB);
1650 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1655 final int w = minWidth < 0 ? -1 : minWidth + insetL + insetR + padL + padR;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp484 float insetR = (winWidth - winCrop.right ) * xScale; local
489 crop.right -= insetR;

Completed in 69 milliseconds