Searched refs:scrollOffset (Results 1 – 5 of 5) 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()
2587 int scrollOffset = setRecentsScroll ? mRecentsView.getScrollOffset() : 0;2588 if (!mStartMovingTasks && (progress > 0 || scrollOffset != 0)) {2602 taskViewSimulator.setScroll(scrollOffset);2621 float scrollOffset = Math.abs(mRecentsView.getScrollOffset(mRecentsView.getCurrentPage()));2633 if (scrollOffset < mQuickSwitchScaleScrollThreshold) {2634 scaleProgress = Utilities.mapToRange(scrollOffset, 0, mQuickSwitchScaleScrollThreshold,2636 } else if (scrollOffset > (maxScrollOffset - mQuickSwitchScaleScrollThreshold)) {2637 scaleProgress = Utilities.mapToRange(scrollOffset,
1232 int scrollOffset = mIsRtl ? getPaddingRight() : getPaddingLeft(); in getLayoutTransitionOffsetForPage() local1233 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()