Home
last modified time | relevance | path

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

/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
DSlidingPaneLayout.java348 final int topBound = getPaddingTop(); in updateObscuredViewsVisibility() local
375 final int clampedChildTop = Math.max(topBound, child.getTop()); in updateObscuredViewsVisibility()