Example usage for com.facebook.react.uimanager ReactClippingViewGroup interface-usage

List of usage examples for com.facebook.react.uimanager ReactClippingViewGroup interface-usage

Introduction

In this page you can find the example usage for com.facebook.react.uimanager ReactClippingViewGroup interface-usage.

Usage

From source file com.bottomsheetbehavior.ReactNestedScrollView.java

/**
 * Forked from https://github.com/facebook/react-native/blob/v0.35.0/Libraries/Components/ScrollView/ScrollView.js
 *
 * A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has
 * a scroll listener to send scroll events to JS.
 *

From source file com.rnnestedscrollview.ReactNestedScrollView.java

/**
 * Forked from https://github.com/facebook/react-native/blob/0.57-stable/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollView.java
 *
 * A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has
 * a scroll listener to send scroll events to JS.
 *

From source file com.zulipmobile.AnchorScrollView.java

public class AnchorScrollView extends ScrollView
        implements ReactClippingViewGroup, ViewGroup.OnHierarchyChangeListener, View.OnLayoutChangeListener {

    private static Field sScrollerField;
    private static boolean sTriedToGetScrollerField = false;