Package-level declarations
Types
Link copied to clipboard
interface FpsListener
Link copied to clipboard
class OnScrollDispatchHelper
Android has a bug where onScrollChanged is called twice per frame with the same params during flings. We hack around that here by trying to detect that duplicate call and not dispatch it. See https://code.google.com/p/android/issues/detail?id=39473
Link copied to clipboard
View manager for ReactHorizontalScrollContainerView components.
Link copied to clipboard
open class ReactHorizontalScrollView : HorizontalScrollView, ReactClippingViewGroup, ViewGroup.OnHierarchyChangeListener, View.OnLayoutChangeListener, ReactAccessibleScrollView, ReactOverflowViewWithInset, ReactScrollViewHelper.HasScrollState, ReactScrollViewHelper.HasStateWrapper, ReactScrollViewHelper.HasFlingAnimator, ReactScrollViewHelper.HasScrollEventThrottle, ReactScrollViewHelper.HasSmoothScroll
Similar to ReactScrollView but only supports horizontal scrolling.
Link copied to clipboard
open class ReactHorizontalScrollViewManager : ViewGroupManager<T> , ReactScrollViewCommandHelper.ScrollCommandHandler<T>
View manager for ReactHorizontalScrollView components.
Link copied to clipboard
open class ReactScrollView : ScrollView, ReactClippingViewGroup, ViewGroup.OnHierarchyChangeListener, View.OnLayoutChangeListener, ReactAccessibleScrollView, ReactOverflowViewWithInset, ReactScrollViewHelper.HasScrollState, ReactScrollViewHelper.HasStateWrapper, ReactScrollViewHelper.HasFlingAnimator, ReactScrollViewHelper.HasScrollEventThrottle, ReactScrollViewHelper.HasSmoothScroll
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.
Link copied to clipboard
Link copied to clipboard
object ReactScrollViewHelper
Helper class that deals with emitting Scroll Events.
Link copied to clipboard
open class ReactScrollViewManager : ViewGroupManager<T> , ReactScrollViewCommandHelper.ScrollCommandHandler<T>
View manager for ReactScrollView components.
Link copied to clipboard
A event dispatched from a ScrollView scrolling.
Link copied to clipboard
Scroll event types that JS module RCTEventEmitter can understand