Searched refs:targetTop (Results 1 – 2 of 2) sorted by relevance
351 final int targetTop = (parentHeight - targetHeight) / 2; in layout() local352 final int targetBottom = targetTop + targetHeight; in layout()359 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); in layout()364 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); in layout()
4020 final int targetTop = getChildAt(position - firstPos).getTop(); in startWithOffset() local4021 smoothScrollBy(targetTop - offset, duration); in startWithOffset()4199 final int targetTop = getChildAt(position - firstPos).getTop();4200 final int distance = targetTop - mOffsetFromTop;