Searched refs:yoffset (Results 1 – 3 of 3) sorted by relevance
272 int yoffset = component.mBounds.top - mScrollY; in renderChild() local274 canvas.translate(xoffset, yoffset); in renderChild()288 canvas.translate(-xoffset, -yoffset); in renderChild()408 int yoffset = 0; in getBoundsOf() local414 yoffset += bounds.top; in getBoundsOf()417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(), in getBoundsOf()418 yoffset + descendant.getHeight()); in getBoundsOf()
263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); in positionFromMatrix() local270 cy += (mTempRectF.top / scale) - yoffset; in positionFromMatrix()272 cy -= (mTempRectF.top / scale) - yoffset; in positionFromMatrix()
429 int yoffset = (previewHeight - iconSize) / 2; in generateWidgetPreview() local430 icon.setBounds(hoffset, yoffset, hoffset + iconSize, yoffset + iconSize); in generateWidgetPreview()