Searched refs:mSourceBounds (Results 1 – 4 of 4) sorted by relevance
6564 private Rect mSourceBounds; field in Intent6615 if (o.mSourceBounds != null) { in Intent()6616 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()6957 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()8517 return mSourceBounds; in getSourceBounds()9921 mSourceBounds = new Rect(r); in setSourceBounds()9923 mSourceBounds = null; in setSourceBounds()10105 if (other.mSourceBounds != null in fillIn()10106 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()10107 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]
374 mSourceBounds = computeSourceBounds(parentBounds); in computeBounds()377 FloatRect bounds = mSourceBounds; in computeBounds()380 bounds = mSourceBounds.intersect(layerCrop.toFloatRect()); in computeBounds()1918 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
947 FloatRect mSourceBounds; variable
13532 Landroid/content/Intent;->mSourceBounds:Landroid/graphics/Rect;