Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance
3547 private Rect mSourceBounds; field in Intent3575 if (o.mSourceBounds != null) { in Intent()3576 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()3882 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()4854 return mSourceBounds; in getSourceBounds()6187 mSourceBounds = new Rect(r); in setSourceBounds()6189 mSourceBounds = null; in setSourceBounds()6340 if (other.mSourceBounds != null in fillIn()6341 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()6342 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]