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

/frameworks/base/core/java/android/content/
H A DIntent.java5568 private Rect mSourceBounds; field in class:Intent
5601 if (o.mSourceBounds != null) {
5602 this.mSourceBounds = new Rect(o.mSourceBounds);
5935 intent.mSourceBounds = Rect.unflattenFromString(value);
7439 return mSourceBounds;
8811 mSourceBounds = new Rect(r);
8813 mSourceBounds = null;
8984 if (other.mSourceBounds != null
8985 && (mSourceBounds
[all...]

Completed in 26 milliseconds