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

/frameworks/base/core/java/android/content/
H A DIntent.java4332 private Rect mSourceBounds; field in class:Intent
4362 if (o.mSourceBounds != null) {
4363 this.mSourceBounds = new Rect(o.mSourceBounds);
4697 intent.mSourceBounds = Rect.unflattenFromString(value);
5740 return mSourceBounds;
7123 mSourceBounds = new Rect(r);
7125 mSourceBounds = null;
7296 if (other.mSourceBounds != null
7297 && (mSourceBounds
[all...]

Completed in 91 milliseconds