Searched refs:mSourceBounds (Results 1 – 3 of 3) sorted by relevance
6717 private Rect mSourceBounds; field in Intent6768 if (o.mSourceBounds != null) { in Intent()6769 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()7110 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()8670 return mSourceBounds; in getSourceBounds()10074 mSourceBounds = new Rect(r); in setSourceBounds()10076 mSourceBounds = null; in setSourceBounds()10258 if (other.mSourceBounds != null in fillIn()10259 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()10260 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]
381 mSourceBounds = computeSourceBounds(parentBounds); in computeBounds()384 FloatRect bounds = mSourceBounds; in computeBounds()387 bounds = mSourceBounds.intersect(layerCrop.toFloatRect()); in computeBounds()2265 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
1074 FloatRect mSourceBounds; variable