Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance
4043 private Rect mSourceBounds; field in Intent4073 if (o.mSourceBounds != null) { in Intent()4074 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()4408 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()5441 return mSourceBounds; in getSourceBounds()6820 mSourceBounds = new Rect(r); in setSourceBounds()6822 mSourceBounds = null; in setSourceBounds()6993 if (other.mSourceBounds != null in fillIn()6994 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()6995 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()[all …]