Searched refs:withinBottom (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()613 return new OverlayPosition(withinBottom - adapterItem.getHeight(), withinBottom); in calculatePosition()