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

/frameworks/base/core/java/android/content/
H A DIntent.java4783 private Rect mSourceBounds; field in class:Intent
4813 if (o.mSourceBounds != null) {
4814 this.mSourceBounds = new Rect(o.mSourceBounds);
5148 intent.mSourceBounds = Rect.unflattenFromString(value);
6634 return mSourceBounds;
8017 mSourceBounds = new Rect(r);
8019 mSourceBounds = null;
8190 if (other.mSourceBounds != null
8191 && (mSourceBounds
[all...]

Completed in 2564 milliseconds