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

/frameworks/base/core/java/android/content/
H A DIntent.java4043 private Rect mSourceBounds; field in class:Intent
4073 if (o.mSourceBounds != null) {
4074 this.mSourceBounds = new Rect(o.mSourceBounds);
4408 intent.mSourceBounds = Rect.unflattenFromString(value);
5441 return mSourceBounds;
6820 mSourceBounds = new Rect(r);
6822 mSourceBounds = null;
6993 if (other.mSourceBounds != null
6994 && (mSourceBounds
[all...]

Completed in 1459 milliseconds