Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
DScaledLayout.java197 int overflowedHeight = child.getMeasuredHeight() - mRectArray[i].height(); in onMeasure() local
198 overflowedHeight = (overflowedHeight + 1) / 2; in onMeasure()
199 mRectArray[i].bottom += overflowedHeight; in onMeasure()
200 mRectArray[i].top -= overflowedHeight; in onMeasure()
249 int overflowedHeight = visibleRectArray[i].bottom - height; in onMeasure() local
254 visibleRectArray[j].top - overflowedHeight, in onMeasure()
256 visibleRectArray[j].bottom - overflowedHeight); in onMeasure()