Searched refs:hslack (Results 1 – 1 of 1) sorted by relevance
8682 int hslack = (bottom - top) / 2; in bringPointIntoView() local8683 int vslack = hslack; in bringPointIntoView()8688 if (hslack > hspace / 4) { in bringPointIntoView()8689 hslack = hspace / 4; in bringPointIntoView()8709 if (x - hs < hslack) { in bringPointIntoView()8710 hs = x - hslack; in bringPointIntoView()8712 if (x - hs > hspace - hslack) { in bringPointIntoView()8713 hs = x - (hspace - hslack); in bringPointIntoView()8737 } else if (x > right - hslack) { in bringPointIntoView()8743 } else if (x < left + hslack) { in bringPointIntoView()[all …]