Home
last modified time | relevance | path

Searched refs:screenRight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1596 int screenRight = screenLeft + width; in computeScrollDeltaToGetChildRectOnScreenHorizontal() local
1607 screenRight -= fadingEdge; in computeScrollDeltaToGetChildRectOnScreenHorizontal()
1612 if (rect.right > screenRight && rect.left > screenLeft) { in computeScrollDeltaToGetChildRectOnScreenHorizontal()
1622 scrollXDelta += (rect.right - screenRight); in computeScrollDeltaToGetChildRectOnScreenHorizontal()
1627 int distanceToRight = right - screenRight; in computeScrollDeltaToGetChildRectOnScreenHorizontal()
1630 } else if (rect.left < screenLeft && rect.right < screenRight) { in computeScrollDeltaToGetChildRectOnScreenHorizontal()
1637 scrollXDelta -= (screenRight - rect.right); in computeScrollDeltaToGetChildRectOnScreenHorizontal()