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

/frameworks/base/core/java/android/content/
H A DIntent.java3376 private Rect mSourceBounds; field in class:Intent
3404 if (o.mSourceBounds != null) {
3405 this.mSourceBounds = new Rect(o.mSourceBounds);
3711 intent.mSourceBounds = Rect.unflattenFromString(value);
4683 return mSourceBounds;
6016 mSourceBounds = new Rect(r);
6018 mSourceBounds = null;
6169 if (other.mSourceBounds != null
6170 && (mSourceBounds
[all...]

Completed in 40 milliseconds