Searched refs:targetBottom (Results 1 – 2 of 2) sorted by relevance
366 final int targetBottom = targetTop + targetHeight; in layout() local373 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); in layout()378 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); in layout()
7622 final int targetBottom = targetChild.getBottom();7625 if (targetBottom > paddedBottom) {7626 scrollBy = targetBottom - paddedBottom;