Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java400 int heightRemaining = heightAvailable; in onMeasure() local
457 heightRemaining -= childHeight; in onMeasure()
458 canSlide |= lp.slideable = heightRemaining < 0; in onMeasure()
539 final int heightToDistribute = Math.max(0, heightRemaining); in onMeasure()