Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java4751 private Rect mSourceBounds; field in Intent
4781 if (o.mSourceBounds != null) { in Intent()
4782 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()
5116 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()
6602 return mSourceBounds; in getSourceBounds()
7985 mSourceBounds = new Rect(r); in setSourceBounds()
7987 mSourceBounds = null; in setSourceBounds()
8158 if (other.mSourceBounds != null in fillIn()
8159 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()
8160 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()
[all …]