Home
last modified time | relevance | path

Searched refs:mSourceBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
DIntent.java5643 private Rect mSourceBounds; field in Intent
5690 if (o.mSourceBounds != null) { in Intent()
5691 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()
6027 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()
7554 return mSourceBounds; in getSourceBounds()
8926 mSourceBounds = new Rect(r); in setSourceBounds()
8928 mSourceBounds = null; in setSourceBounds()
9099 if (other.mSourceBounds != null in fillIn()
9100 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()
9101 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()
[all …]