Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java7684 final int targetBottom = targetChild.getBottom();
7687 if (targetBottom > paddedBottom) {
7688 scrollBy = targetBottom - paddedBottom;