Searched refs:midpoint (Results 1 – 3 of 3) sorted by relevance
327 final int midpoint = getHeight() / 2; in run() local329 if (bottom > midpoint) { in run()
58 over end to a midpoint about 45 degrees between two opposing orientations.
1194 final int midpoint = max / 2; in getCircularDiff() local1195 return (diff > midpoint) ? (max - diff) : diff; in getCircularDiff()