Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance
4332 private Rect mSourceBounds; field in Intent4362 if (o.mSourceBounds != null) { in Intent()4363 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()4697 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()5740 return mSourceBounds; in getSourceBounds()7123 mSourceBounds = new Rect(r); in setSourceBounds()7125 mSourceBounds = null; in setSourceBounds()7296 if (other.mSourceBounds != null in fillIn()7297 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()7298 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]