Searched refs:hslack (Results 1 – 1 of 1) sorted by relevance
9853 int hslack = (bottom - top) / 2; in bringPointIntoView() local9854 int vslack = hslack; in bringPointIntoView()9859 if (hslack > hspace / 4) { in bringPointIntoView()9860 hslack = hspace / 4; in bringPointIntoView()9880 if (x - hs < hslack) { in bringPointIntoView()9881 hs = x - hslack; in bringPointIntoView()9883 if (x - hs > hspace - hslack) { in bringPointIntoView()9884 hs = x - (hspace - hslack); in bringPointIntoView()9908 } else if (x > right - hslack) { in bringPointIntoView()9914 } else if (x < left + hslack) { in bringPointIntoView()[all …]