Searched refs:gapToSide (Results 1 – 2 of 2) sorted by relevance
409 return IMAGE_GAP + Math.max(gapToSide(a), gapToSide(b)); in getDefaultGapSize()424 private int gapToSide(Box b) { in gapToSide() method in PositionController
1589 int threshold = moveThreshold + gapToSide(r.width(), viewW);1615 private static int gapToSide(int imageWidth, int viewWidth) { in gapToSide() method