Java com.facebook.react.uimanager ReactClippingViewGroupHelper fields, constructors, methods, implement or subclass

Example usage for Java com.facebook.react.uimanager ReactClippingViewGroupHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.facebook.react.uimanager ReactClippingViewGroupHelper.

The text is from its open source code.

Field

Method

voidcalculateClippingRect(View view, Rect outputRect)
Can be used by view that support removeClippedSubviews property to calculate area that given view should be clipped to based on the clipping rectangle of it's parent in case when parent is also set to clip it's children.