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()
7604 final int targetBottom = targetChild.getBottom();7607 if (targetBottom > paddedBottom) {7608 scrollBy = targetBottom - paddedBottom;