Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance
4751 private Rect mSourceBounds; field in Intent4781 if (o.mSourceBounds != null) { in Intent()4782 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()5116 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()6602 return mSourceBounds; in getSourceBounds()7985 mSourceBounds = new Rect(r); in setSourceBounds()7987 mSourceBounds = null; in setSourceBounds()8158 if (other.mSourceBounds != null in fillIn()8159 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()8160 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]