Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java4332 private Rect mSourceBounds; field in Intent
4362 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 …]