Home
last modified time | relevance | path

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

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