Searched refs:scrollDelta (Results 1 – 3 of 3) sorted by relevance
1114 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in arrowScroll() local1115 doScrollX(scrollDelta); in arrowScroll()1119 int scrollDelta = maxJump; in arrowScroll() local1121 if (direction == View.FOCUS_LEFT && getScrollX() < scrollDelta) { in arrowScroll()1122 scrollDelta = getScrollX(); in arrowScroll()1130 scrollDelta = daRight - screenRight; in arrowScroll()1133 if (scrollDelta == 0) { in arrowScroll()1136 doScrollX(direction == View.FOCUS_RIGHT ? scrollDelta : -scrollDelta); in arrowScroll()1350 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in scrollToChild() local1352 if (scrollDelta != 0) { in scrollToChild()[all …]
1129 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in arrowScroll() local1130 doScrollY(scrollDelta); in arrowScroll()1134 int scrollDelta = maxJump; in arrowScroll() local1136 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) { in arrowScroll()1137 scrollDelta = getScrollY(); in arrowScroll()1143 scrollDelta = daBottom - screenBottom; in arrowScroll()1147 if (scrollDelta == 0) { in arrowScroll()1150 doScrollY(direction == View.FOCUS_DOWN ? scrollDelta : -scrollDelta); in arrowScroll()1377 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in scrollToChild() local1379 if (scrollDelta != 0) { in scrollToChild()[all …]
1244 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in arrowScroll() local1245 doScrollY(scrollDelta); in arrowScroll()1249 int scrollDelta = maxJump; in arrowScroll() local1251 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) { in arrowScroll()1252 scrollDelta = getScrollY(); in arrowScroll()1258 scrollDelta = daBottom - screenBottom; in arrowScroll()1262 if (scrollDelta == 0) { in arrowScroll()1265 doScrollY(direction == View.FOCUS_DOWN ? scrollDelta : -scrollDelta); in arrowScroll()1511 int scrollDelta = computeScrollDeltaToGetChildRectOnScreen(mTempRect); in scrollToChild() local1513 if (scrollDelta != 0) { in scrollToChild()[all …]