Home
last modified time | relevance | path

Searched refs:transformedBounds (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1001 final RectF transformedBounds = mTempRectF; in applyHostWindowMatrixIfNeeded() local
1005 transformedBounds.set(boundsInScreen); in applyHostWindowMatrixIfNeeded()
1006 windowMatrix.mapRect(transformedBounds); in applyHostWindowMatrixIfNeeded()
1007 boundsInScreen.set((int) transformedBounds.left, (int) transformedBounds.top, in applyHostWindowMatrixIfNeeded()
1008 (int) transformedBounds.right, (int) transformedBounds.bottom); in applyHostWindowMatrixIfNeeded()
1072 final RectF transformedBounds = mTempRectF; in transformBoundsWithScreenMatrix() local
1075 transformedBounds.set(boundInScreen); in transformBoundsWithScreenMatrix()
1094 transformMatrix.mapRect(transformedBounds); in transformBoundsWithScreenMatrix()
1095 roundRectFToRect(transformedBounds, boundInScreen); in transformBoundsWithScreenMatrix()
1127 final RectF transformedBounds = mTempRectF; in applyTransformMatrixToBoundsInParentIfNeeded() local
[all …]
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp306 out << "\n bounds={" << obj.transformedBounds.left << "," << obj.transformedBounds.top in operator <<()
307 << "," << obj.transformedBounds.bottom << "," << obj.transformedBounds.right << "}"; in operator <<()
DLayerSnapshot.h70 FloatRect transformedBounds; member
DLayerSnapshotBuilder.cpp234 bool croppedByParent = bufferInScreenSpace != Rect{snapshot.transformedBounds}; in handleDropInputMode()
1007 snapshot.transformedBounds = snapshot.geomLayerTransform.transform(snapshot.geomLayerBounds); in updateLayerBounds()
1257 displayInfo.transform.transform(Rect{clonedRootSnapshot->transformedBounds}); in updateTouchableRegionCrop()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp342 (static_cast<float>(layerStackRect.width()) / 2.f) - mSnapshot->transformedBounds.left; in prepareShadowClientComposition()
343 state.lightPos.y -= mSnapshot->transformedBounds.top; in prepareShadowClientComposition()
DLayerProtoHelper.cpp402 LayerProtoHelper::writeToProto(snapshot.transformedBounds, in writeSnapshotToProto()
DLayer.cpp411 snapshot->transformedBounds, in updateTrustedPresentationState()
4342 snapshot->transformedBounds = mScreenBounds; in updateSnapshot()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java836 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in layoutLetterboxIfNeeded() local
837 final Rect spaceToFill = transformedBounds != null in layoutLetterboxIfNeeded()
838 ? transformedBounds in layoutLetterboxIfNeeded()
DWindowState.java2759 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in updateRegionForModalActivityWindow() local
2760 if (transformedBounds != null) { in updateRegionForModalActivityWindow()
2764 mTmpRect.set(transformedBounds); in updateRegionForModalActivityWindow()