Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java1568 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal() local
1574 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;
/frameworks/native/services/surfaceflinger/
DLayer.cpp475 float insetR = (winWidth - winCrop.right) * xScale; in computeCrop() local
480 crop.right -= insetR; in computeCrop()