Searched refs:xoffset (Results 1 – 2 of 2) sorted by relevance
271 int xoffset = component.mBounds.left - mScrollX; in renderChild() local274 canvas.translate(xoffset, yoffset); in renderChild()288 canvas.translate(-xoffset, -yoffset); in renderChild()407 int xoffset = 0; in getBoundsOf() local413 xoffset += bounds.left; in getBoundsOf()417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(), in getBoundsOf()
262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); in positionFromMatrix() local265 cx += (mTempRectF.left / scale) - xoffset; in positionFromMatrix()267 cx -= (mTempRectF.left / scale) - xoffset; in positionFromMatrix()