Searched refs:anchorIndex (Results 1 – 2 of 2) sorted by relevance
288 int anchorIndex = url.indexOf('#'); in stripAnchor() local289 if (anchorIndex != -1) { in stripAnchor()290 return url.substring(0, anchorIndex); in stripAnchor()
5214 int anchorIndex = indexOfChild(mScrollAnchorView);5218 for (int i = anchorIndex + 1; i < getChildCount(); i++) {5222 anchorIndex = i;5235 while (anchorIndex > 0 && mScrollAnchorViewY > 0) {5237 for (int i = anchorIndex - 1; i >= 0; i--) {5241 anchorIndex = i;