Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java277 final int endBound = getHeight() - getPaddingBottom(); in updateObscuredViewsVisibility() local
305 final int clampedChildBottom = Math.min(endBound, child.getBottom()); in updateObscuredViewsVisibility()