Home
last modified time | relevance | path

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

/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
DSlidingPaneLayout.java378 final int clampedChildBottom = Math.min(bottomBound, child.getBottom()); in updateObscuredViewsVisibility() local
381 && clampedChildRight <= right && clampedChildBottom <= bottom) { in updateObscuredViewsVisibility()