Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java392 final int clampedChildBottom = Math.min(bottomBound, child.getBottom()); in updateObscuredViewsVisibility() local
395 clampedChildRight <= right && clampedChildBottom <= bottom) { in updateObscuredViewsVisibility()