Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java304 final int clampedChildTop = Math.max(startBound, child.getTop()); in updateObscuredViewsVisibility() local
308 if (clampedChildLeft >= left && clampedChildTop >= top && in updateObscuredViewsVisibility()