Example usage for com.facebook.react.views.scroll ReactScrollViewCommandHelper.ScrollCommandHandler interface-usage

List of usage examples for com.facebook.react.views.scroll ReactScrollViewCommandHelper.ScrollCommandHandler interface-usage

Introduction

In this page you can find the example usage for com.facebook.react.views.scroll ReactScrollViewCommandHelper.ScrollCommandHandler interface-usage.

Usage

From source file com.bottomsheetbehavior.ReactNestedScrollViewManager.java

/**
 * Forked from https://github.com/facebook/react-native/blob/v0.42.0/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollViewManager.java
 *
 * View manager for {@link ReactScrollView} components.
 *
 * <p>Note that {@link ReactScrollView} and {@link ReactHorizontalScrollView} are exposed to JS

From source file com.reactnativeandroiddesignsupport.ReactNestedScrollViewManager.java

/**
 * View manager for {@link ReactScrollView} components.
 *
 * <p>Note that {@link ReactScrollView} and {@link ReactHorizontalScrollView} are exposed to JS
 * as a single ScrollView component, configured via the {@code horizontal} boolean property.
 */

From source file com.rnnestedscrollview.ReactNestedScrollViewManager.java

/**
 * Forked from https://github.com/facebook/react-native/blob/0.57-stable/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollViewManager.java
 *
 * View manager for {@link ReactNestedScrollView} components.
 *
 * <p>Note that {@link ReactNestedScrollView} and {@link ReactHorizontalScrollView} are exposed to JS

From source file com.zulipmobile.AnchorScrollViewManager.java

public class AnchorScrollViewManager extends ViewGroupManager<AnchorScrollView>
        implements ReactScrollViewCommandHelper.ScrollCommandHandler<AnchorScrollView> {

    protected static final String REACT_CLASS = "AnchorScrollView";

    private @Nullable FpsListener mFpsListener = null;