Home
last modified time | relevance | path

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

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