Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java6717 private Rect mSourceBounds; field in Intent
6768 if (o.mSourceBounds != null) { in Intent()
6769 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()
7110 intent.mSourceBounds = Rect.unflattenFromString(value); in parseUri()
8670 return mSourceBounds; in getSourceBounds()
10074 mSourceBounds = new Rect(r); in setSourceBounds()
10076 mSourceBounds = null; in setSourceBounds()
10258 if (other.mSourceBounds != null in fillIn()
10259 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()
10260 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()
[all …]
/frameworks/native/services/surfaceflinger/
DLayer.cpp381 mSourceBounds = computeSourceBounds(parentBounds); in computeBounds()
384 FloatRect bounds = mSourceBounds; in computeBounds()
387 bounds = mSourceBounds.intersect(layerCrop.toFloatRect()); in computeBounds()
2265 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
DLayer.h1074 FloatRect mSourceBounds; variable