Searched refs:withinTop (Results 1 – 1 of 1) sorted by relevance
601 final int withinTop, final int withinBottom, final int forceGravity) { in calculatePosition() argument605 final int y = (forceGravity == Gravity.TOP) ? withinTop : withinBottom; in calculatePosition()615 return new OverlayPosition(withinTop, withinTop + adapterItem.getHeight()); in calculatePosition()