SYMBOL INDEX (145 symbols across 13 files) FILE: example/android/app/src/main/java/com/example/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: example/android/app/src/main/java/com/example/MainApplication.java class MainApplication (line 13) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 17) | @Override method getPackages (line 22) | @Override method getJSMainModuleName (line 31) | @Override method getReactNativeHost (line 37) | @Override method onCreate (line 42) | @Override method initializeFlipper (line 54) | private static void initializeFlipper(Context context) { FILE: example/src/components/SliderEntry.js class SliderEntry (line 7) | class SliderEntry extends Component { method image (line 16) | get image () { method render (line 37) | render () { FILE: example/src/index.js constant IS_ANDROID (line 11) | const IS_ANDROID = Platform.OS === 'android'; constant SLIDER_1_FIRST_ITEM (line 12) | const SLIDER_1_FIRST_ITEM = 1; class example (line 14) | class example extends Component { method constructor (line 16) | constructor (props) { method _renderItem (line 23) | _renderItem ({item, index}) { method _renderItemWithParallax (line 27) | _renderItemWithParallax ({item, index}, parallaxProps) { method _renderLightItem (line 38) | _renderLightItem ({item, index}) { method _renderDarkItem (line 42) | _renderDarkItem ({item, index}) { method mainExample (line 46) | mainExample (number, title) { method momentumExample (line 89) | momentumExample (number, title) { method layoutExample (line 115) | layoutExample (number, title, type) { method customExample (line 135) | customExample (number, title, refNumber, renderItemFunc) { method gradient (line 158) | get gradient () { method render (line 169) | render () { FILE: example/src/static/entries.js constant ENTRIES1 (line 1) | const ENTRIES1 = [ constant ENTRIES2 (line 34) | const ENTRIES2 = [ FILE: example/src/styles/SliderEntry.style.js constant IS_IOS (line 4) | const IS_IOS = Platform.OS === 'ios'; function wp (line 7) | function wp (percentage) { FILE: example/src/utils/animations.js function scrollInterpolator1 (line 4) | function scrollInterpolator1 (index, carouselProps) { function animatedStyles1 (line 11) | function animatedStyles1 (index, animatedValue, carouselProps) { function scrollInterpolator2 (line 45) | function scrollInterpolator2 (index, carouselProps) { function animatedStyles2 (line 52) | function animatedStyles2 (index, animatedValue, carouselProps) { function scrollInterpolator3 (line 89) | function scrollInterpolator3 (index, carouselProps) { function animatedStyles3 (line 96) | function animatedStyles3 (index, animatedValue, carouselProps) { function scrollInterpolator4 (line 123) | function scrollInterpolator4 (index, carouselProps) { function animatedStyles4 (line 130) | function animatedStyles4 (index, animatedValue, carouselProps) { FILE: src/carousel/Carousel.js constant IS_IOS (line 15) | const IS_IOS = Platform.OS === 'ios'; constant IS_RTL (line 26) | const IS_RTL = I18nManager.isRTL; class Carousel (line 28) | class Carousel extends Component { method constructor (line 105) | constructor (props) { method componentDidMount (line 174) | componentDidMount () { method shouldComponentUpdate (line 206) | shouldComponentUpdate (nextProps, nextState) { method componentDidUpdate (line 214) | componentDidUpdate (prevProps) { method componentWillUnmount (line 270) | componentWillUnmount () { method realIndex (line 282) | get realIndex () { method currentIndex (line 286) | get currentIndex () { method currentScrollPosition (line 290) | get currentScrollPosition () { method _setScrollHandler (line 294) | _setScrollHandler(props) { method _needsScrollView (line 324) | _needsScrollView () { method _needsRTLAdaptations (line 329) | _needsRTLAdaptations () { method _canLockScroll (line 334) | _canLockScroll () { method _enableLoop (line 339) | _enableLoop () { method _shouldAnimateSlides (line 344) | _shouldAnimateSlides (props = this.props) { method _shouldUseCustomAnimation (line 355) | _shouldUseCustomAnimation () { method _shouldUseShiftLayout (line 360) | _shouldUseShiftLayout () { method _shouldUseStackLayout (line 365) | _shouldUseStackLayout () { method _shouldUseTinderLayout (line 369) | _shouldUseTinderLayout () { method _getCustomData (line 373) | _getCustomData (props = this.props) { method _getCustomDataLength (line 407) | _getCustomDataLength (props = this.props) { method _getCustomIndex (line 418) | _getCustomIndex (index, props = this.props) { method _getDataIndex (line 428) | _getDataIndex (index) { method _getPositionIndex (line 467) | _getPositionIndex (index) { method _getFirstItem (line 472) | _getFirstItem (index, props = this.props) { method _getWrappedRef (line 483) | _getWrappedRef () { method _getScrollEnabled (line 495) | _getScrollEnabled () { method _setScrollEnabled (line 499) | _setScrollEnabled (scrollEnabled = true) { method _getKeyExtractor (line 512) | _getKeyExtractor (item, index) { method _getScrollOffset (line 516) | _getScrollOffset (event) { method _getContainerInnerMargin (line 522) | _getContainerInnerMargin (opposite = false) { method _getViewportOffset (line 536) | _getViewportOffset () { method _getCenter (line 550) | _getCenter (offset) { method _getActiveItem (line 554) | _getActiveItem (offset) { method _initPositionsAndInterpolators (line 574) | _initPositionsAndInterpolators (props = this.props) { method _getSlideAnimation (line 625) | _getSlideAnimation (index, toValue) { method _playCustomSlideAnimation (line 654) | _playCustomSlideAnimation (current, next) { method _hackActiveSlideAnimation (line 684) | _hackActiveSlideAnimation (index, goTo, force = false) { method _lockScroll (line 708) | _lockScroll () { method _releaseScroll (line 717) | _releaseScroll () { method _repositionScroll (line 722) | _repositionScroll (index) { method _scrollTo (line 742) | _scrollTo (offset, animated = true) { method _onScroll (line 768) | _onScroll (event) { method _onStartShouldSetResponderCapture (line 830) | _onStartShouldSetResponderCapture (event) { method _onTouchStart (line 840) | _onTouchStart () { method _onTouchEnd (line 853) | _onTouchEnd () { method _onScrollBeginDrag (line 867) | _onScrollBeginDrag (event) { method _onScrollEndDrag (line 885) | _onScrollEndDrag (event) { method _onMomentumScrollEnd (line 898) | _onMomentumScrollEnd (event) { method _onScrollEnd (line 910) | _onScrollEnd (event) { method _onTouchRelease (line 943) | _onTouchRelease (event) { method _onLayout (line 954) | _onLayout (event) { method _snapScroll (line 970) | _snapScroll (delta) { method _snapToItem (line 1003) | _snapToItem (index, animated = true, fireCallback = true, initial = fa... method _onBeforeSnap (line 1072) | _onBeforeSnap (index) { method _onSnap (line 1083) | _onSnap (index) { method startAutoplay (line 1094) | startAutoplay () { method pauseAutoPlay (line 1113) | pauseAutoPlay () { method stopAutoplay (line 1120) | stopAutoplay () { method snapToItem (line 1125) | snapToItem (index, animated = true, fireCallback = true) { method snapToNext (line 1139) | snapToNext (animated = true, fireCallback = true) { method snapToPrev (line 1152) | snapToPrev (animated = true, fireCallback = true) { method triggerRenderingHack (line 1166) | triggerRenderingHack (offset) { method _getSlideInterpolatedStyle (line 1181) | _getSlideInterpolatedStyle (index, animatedValue) { method _renderItem (line 1197) | _renderItem ({ item, index }) { method _getComponentOverridableProps (line 1243) | _getComponentOverridableProps () { method _getComponentStaticProps (line 1285) | _getComponentStaticProps () { method render (line 1344) | render () { FILE: src/pagination/Pagination.js constant IS_IOS (line 7) | const IS_IOS = Platform.OS === 'ios'; constant IS_RTL (line 8) | const IS_RTL = I18nManager.isRTL; class Pagination (line 10) | class Pagination extends PureComponent { method constructor (line 48) | constructor (props) { method _needsRTLAdaptations (line 72) | _needsRTLAdaptations () { method _activeDotIndex (line 77) | get _activeDotIndex () { method dots (line 82) | get dots () { method render (line 140) | render () { FILE: src/pagination/Pagination.style.js constant DEFAULT_DOT_SIZE (line 3) | const DEFAULT_DOT_SIZE = 7; constant DEFAULT_DOT_COLOR (line 4) | const DEFAULT_DOT_COLOR = 'rgba(0, 0, 0, 0.75)'; FILE: src/pagination/PaginationDot.js class PaginationDot (line 6) | class PaginationDot extends PureComponent { method constructor (line 23) | constructor (props) { method componentDidMount (line 32) | componentDidMount () { method componentDidUpdate (line 38) | componentDidUpdate (prevProps) { method _animate (line 44) | _animate (toValue = 0) { method _shouldAnimateColor (line 77) | get _shouldAnimateColor () { method render (line 82) | render () { FILE: src/parallaximage/ParallaxImage.js class ParallaxImage (line 8) | class ParallaxImage extends Component { method constructor (line 43) | constructor (props) { method setNativeProps (line 57) | setNativeProps (nativeProps) { method componentDidMount (line 61) | componentDidMount () { method componentWillUnmount (line 69) | componentWillUnmount () { method _measureLayout (line 73) | _measureLayout () { method _onLoad (line 108) | _onLoad (event) { method _onError (line 134) | _onError (event) { method image (line 144) | get image () { method spinner (line 192) | get spinner () { method render (line 207) | render () { FILE: src/utils/animations.js constant IS_ANDROID (line 3) | const IS_ANDROID = Platform.OS === 'android'; function getInputRangeFromIndexes (line 15) | function getInputRangeFromIndexes (range, index, carouselProps) { function defaultScrollInterpolator (line 29) | function defaultScrollInterpolator (index, carouselProps) { function defaultAnimatedStyles (line 36) | function defaultAnimatedStyles (index, animatedValue, carouselProps) { function shiftAnimatedStyles (line 69) | function shiftAnimatedStyles (index, animatedValue, carouselProps) { function stackScrollInterpolator (line 116) | function stackScrollInterpolator (index, carouselProps) { function stackAnimatedStyles (line 125) | function stackAnimatedStyles (index, animatedValue, carouselProps, cardO... function tinderScrollInterpolator (line 207) | function tinderScrollInterpolator (index, carouselProps) { function tinderAnimatedStyles (line 216) | function tinderAnimatedStyles (index, animatedValue, carouselProps, card...