Searched refs:targetBottom (Results 1 – 2 of 2) sorted by relevance
363 final int targetBottom = targetTop + targetHeight; in layout() local370 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); in layout()375 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); in layout()
8006 final int targetBottom = targetChild.getBottom();8009 if (targetBottom > paddedBottom) {8010 scrollBy = targetBottom - paddedBottom;