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

/frameworks/base/core/java/android/content/
H A DIntent.java5643 private Rect mSourceBounds; field in class:Intent
5690 if (o.mSourceBounds != null) {
5691 this.mSourceBounds = new Rect(o.mSourceBounds);
6027 intent.mSourceBounds = Rect.unflattenFromString(value);
7554 return mSourceBounds;
8926 mSourceBounds = new Rect(r);
8928 mSourceBounds = null;
9099 if (other.mSourceBounds != null
9100 && (mSourceBounds
[all...]

Completed in 39 milliseconds