Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance
3698 private Rect mSourceBounds; field in Intent3726 if (o.mSourceBounds != null) { in Intent()3727 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()4033 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()5005 return mSourceBounds; in getSourceBounds()6371 mSourceBounds = new Rect(r); in setSourceBounds()6373 mSourceBounds = null; in setSourceBounds()6524 if (other.mSourceBounds != null in fillIn()6525 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()6526 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]