Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java389 final int clampedChildTop = Math.max(topBound, child.getTop()); in updateObscuredViewsVisibility() local
394 if (clampedChildLeft >= left && clampedChildTop >= top && in updateObscuredViewsVisibility()