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.java360 final int targetBottom = targetTop + targetHeight; in layout() local
367 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); in layout()
372 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); in layout()
/frameworks/base/core/java/android/widget/
DAbsListView.java7452 final int targetBottom = targetChild.getBottom();
7455 if (targetBottom > paddedBottom) {
7456 scrollBy = targetBottom - paddedBottom;