Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java153 int remainingHeight = heightSize - usedHeight; in tryOnMeasure() local
161 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()
163 remainingHeight -= heightToGive; in tryOnMeasure()
177 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()
180 final int heightToGive = remainingHeight; in tryOnMeasure()
181 remainingHeight -= heightToGive; in tryOnMeasure()
DResolverDrawerLayout.java870 final int remainingHeight = heightSize - heightUsed;
873 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);
890 final int remainingHeight = heightSize - heightUsed;
893 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);