Searched refs:scrollAdjustment (Results 1 – 2 of 2) sorted by relevance
177 float scrollAdjustment = 0; in getScrollAdjustment() local179 scrollAdjustment += mFullscreenTranslationPrimary; in getScrollAdjustment()182 scrollAdjustment += mGridTranslationPrimary + mGridScrollOffset; in getScrollAdjustment()184 scrollAdjustment += mScrollOffsetPrimary; in getScrollAdjustment()185 scrollAdjustment += mSplitSelectScrollOffsetPrimary; in getScrollAdjustment()186 return scrollAdjustment; in getScrollAdjustment()
1150 float scrollAdjustment = 0; in getScrollAdjustment() local1152 scrollAdjustment += mGridTranslationX; in getScrollAdjustment()1154 scrollAdjustment += getPrimaryNonGridTranslationProperty().get(this); in getScrollAdjustment()1156 scrollAdjustment += mSplitSelectScrollOffsetPrimary; in getScrollAdjustment()1157 return scrollAdjustment; in getScrollAdjustment()