Home
last modified time | relevance | path

Searched refs:targetBottom (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java366 final int targetBottom = targetTop + targetHeight; in layout() local
373 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); in layout()
378 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); in layout()
/frameworks/base/core/java/android/widget/
DAbsListView.java7622 final int targetBottom = targetChild.getBottom();
7625 if (targetBottom > paddedBottom) {
7626 scrollBy = targetBottom - paddedBottom;