Searched refs:scrollOffset (Results 1 – 7 of 7) sorted by relevance
49 public void scrollTo(int scrollOffset, boolean smoothScroll) { in scrollTo() argument51 (scrollOffset - getScrollOffset()) in scrollTo()
311 public void resetScroll(int scrollOffset) { in resetScroll() argument313 GuideUtils.convertPixelToMillis(scrollOffset) + mProgramManager.getStartTime(); in resetScroll()325 - scrollOffset; in resetScroll()
1060 int scrollOffset = in onTimeRangeUpdated() local1066 + scrollOffset in onTimeRangeUpdated()1071 mTimelineRow.scrollTo(scrollOffset, mTimelineAnimation); in onTimeRangeUpdated()
425 int scrollOffset = itemWidth + itemMarginHorizontal; in onRequestSendAccessibilityEvent() local431 mContainer.scrollBy(scrollOffset, 0); in onRequestSendAccessibilityEvent()434 mContainer.scrollBy(-scrollOffset, 0); in onRequestSendAccessibilityEvent()
2007 float scrollOffset = Math.abs(mRecentsView.getScrollOffset(mRecentsView.getCurrentPage()));2017 if (scrollOffset < mQuickSwitchScaleScrollThreshold) {2018 scaleProgress = Utilities.mapToRange(scrollOffset, 0, mQuickSwitchScaleScrollThreshold,2020 } else if (scrollOffset > (maxScrollOffset - mQuickSwitchScaleScrollThreshold)) {2021 scaleProgress = Utilities.mapToRange(scrollOffset,
1490 final float scrollOffset = ii != null ? Math.min(ii.offset, mLastOffset) : 0;1491 final int scrollPos = (int) (scrollOffset *2212 final float scrollOffset = width > 0 ? (float) startOffset / width : 0;2237 if (first || scrollOffset >= startBound) {2239 if (scrollOffset < endBound || i == mItems.size() - 1) {
1171 int scrollOffset = mIsRtl ? getPaddingRight() : getPaddingLeft(); in getLayoutTransitionOffsetForPage() local1172 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()