Searched refs:relativeScrollX (Results 1 – 3 of 3) sorted by relevance
87 whenever(mediaCarousel.relativeScrollX).thenReturn(300) in testCarouselScroll_shortScroll()99 whenever(mediaCarousel.relativeScrollX).thenReturn(300) in testCarouselScroll_shortScroll_isRTL()111 whenever(mediaCarousel.relativeScrollX).thenReturn(600) in testCarouselScroll_longScroll()123 whenever(mediaCarousel.relativeScrollX).thenReturn(600) in testCarouselScroll_longScroll_isRTL()
127 scrollView.relativeScrollX = newRelativeScroll177 val relativeScrollX = scrollView.relativeScrollX in onTouchEvent() constant179 relativeScrollX / playerWidthPlusPadding, in onTouchEvent()180 relativeScrollX % playerWidthPlusPadding in onTouchEvent()290 val relativePos = scrollView.relativeScrollX % playerWidthPlusPadding in onTouch()439 val pos = scrollView.relativeScrollX in onFling()568 scrollView.relativeScrollX = 0 in scrollToStart()579 scrollView.relativeScrollX = sourceIndex * playerWidthPlusPadding in scrollToPlayer()
71 var relativeScrollX: Int variable80 mScrollX = relativeScrollX in onLayout()