Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java303 final int clampedChildRight = Math.min(rightBound, child.getRight()); in updateObscuredViewsVisibility() local
309 clampedChildRight <= right && clampedChildBottom <= bottom) { in updateObscuredViewsVisibility()